Skip to content

Commit

Permalink
feat(iframeAPI): Drop deprecated function.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Oct 30, 2024
1 parent b8ca1e4 commit 2024f78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/dev-guide/iframe-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,16 +245,6 @@ This command requires the new email address as the single argument.
api.executeCommand('email', '[email protected]');
```

### avatarUrl

Changes the local avatar URL.

This command requires the new avatar URL to be set as the single argument.

```javascript
api.executeCommand('avatarUrl', 'https://avatars0.githubusercontent.com/u/3671647');
```

### sendCameraFacingMode

Sends a request to a given participant to set camera facing mode as `user` or `environment`.
Expand Down

0 comments on commit 2024f78

Please sign in to comment.