Skip to content

Commit

Permalink
docs: add note for Camera Auto/Manual/Off joins
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker committed Nov 22, 2023
1 parent 6fb2cd4 commit b9e0ccf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ Provided under MIT license
| 801 | 50 | Toggles the participant's video mute status | Digital | ToSIMPL |
| 1101 | 50 | Toggles the participant's pin status | Digital | ToSIMPL |

> Note: Using the Camera Mode Auto/Manual/Off joins (131-133) to control the tracking mode relies on the tracking capabilities reported from the codec.<br>
> If only SpeakerTrack is available, setting the camera mode to auto will turn on SpeakerTrack.<br>
> If only PresenterTrack is available, setting the camera mode to auto will turn on PresenterTrack.<br>
> If both are available, setting the camera mode to auto will turn on the preferred mode set using the `defaultTrackingMode` configuration value<br>
## Analogs

| Join Number | Join Span | Description | Type | Capabilities |
Expand Down

0 comments on commit b9e0ccf

Please sign in to comment.