![]() |
Mac SDK
|
Instance Methods | |
| (void) | - setHostVideoOn: |
| Set whether to turn on the host's video. More... | |
| (void) | - setParticipantVideoOn: |
| Set whether to turn on the participants' video. More... | |
Instance Methods inherited from IMeetingVideoOption | |
| (BOOL) | - isHostVideoOn |
| Query if the video of host is on. More... | |
| (BOOL) | - isParticipantVideoOn |
| Query if the video of participant is on. More... | |
| - (void) setHostVideoOn: | (BOOL) | on |
Set whether to turn on the host's video.
| on | YES means turning on, otherwise not. |
| - (void) setParticipantVideoOn: | (BOOL) | on |
Set whether to turn on the participants' video.
| on | YES means turning on, otherwise not. |