|
iOS API
|
Instance Methods | |
| (MobileRTCAudioType) | - myAudioType |
| Get the in-meeting audio type of the current user. More... | |
| (BOOL) | - connectMyAudio: |
| Set whether to connect the audio in the meeting. More... | |
| (MobileRTCAudioOutput) | - myAudioOutputDescription |
| Set to retrieve the audio output type of the current user. More... | |
| (BOOL) | - isMyAudioMuted |
| Query if the audio of the current user is muted. More... | |
| (BOOL) | - canUnmuteMyAudio |
| Query if the user can unmute his audio. More... | |
| (BOOL) | - isMuteOnEntryOn |
| Query if is enabled to mute attendees when they join the meeting. More... | |
| (BOOL) | - muteOnEntry: |
| Set if attendees join the meeting with audio muted. More... | |
| (BOOL) | - isUserAudioMuted: |
| Query if the user's audio is muted. More... | |
| (BOOL) | - muteUserAudio:withUID: |
| Set whether to mute user's audio. More... | |
| (BOOL) | - muteAllUserAudio: |
| Set to mute audio of all attendees. More... | |
| (BOOL) | - askAllToUnmute |
| Ask to unmute audio of all attendees. More... | |
| (BOOL) | - isSupportedVOIP |
| Query if the meeting supports VoIP. More... | |
| (BOOL) | - isPlayChimeOn |
| Query if chime is enabled when user joins/leaves meeting. More... | |
| (BOOL) | - playChime: |
| Set whether chime are enabled when the user joins/leaves meeting. More... | |
| (MobileRTCAudioError) | - muteMyAudio: |
| Set to mute the audio of the current user. More... | |
| (MobileRTCAudioError) | - switchMyAudioSource |
| Set to switch audio source of the current user. | |
| (void) | - resetMeetingAudioSession |
| Reset Meeting Audio Session including Category and Mode. | |
| (void) | - resetMeetingAudioForCallKitHeld |
| Reset Meeting Audio Session including Category and Mode. When the call comes in or goes out, click hold or swap in the dial-up UI to restore the zoom sound. | |
| - (BOOL) askAllToUnmute |
Ask to unmute audio of all attendees.
Extends class MobileRTCMeetingService.
| - (BOOL) canUnmuteMyAudio |
Query if the user can unmute his audio.
Extends class MobileRTCMeetingService.
| - (BOOL) connectMyAudio: | (BOOL) | on |
Set whether to connect the audio in the meeting.
| on | YES means to connect, otherwise not. |
Extends class MobileRTCMeetingService.
| - (BOOL) isMuteOnEntryOn |
Query if is enabled to mute attendees when they join the meeting.
Extends class MobileRTCMeetingService.
| - (BOOL) isMyAudioMuted |
Query if the audio of the current user is muted.
Extends class MobileRTCMeetingService.
| - (BOOL) isPlayChimeOn |
Query if chime is enabled when user joins/leaves meeting.
Extends class MobileRTCMeetingService.
| - (BOOL) isSupportedVOIP |
Query if the meeting supports VoIP.
Extends class MobileRTCMeetingService.
| - (BOOL) isUserAudioMuted: | (NSUInteger) | userID |
Query if the user's audio is muted.
| userID | The ID of user to be checked. |
Extends class MobileRTCMeetingService.
| - (BOOL) muteAllUserAudio: | (BOOL) | allowSelfUnmute |
Set to mute audio of all attendees.
| allowSelfUnmute | YES means that attendee can unmute the audio himself, otherwise not. |
Extends class MobileRTCMeetingService.
| - (MobileRTCAudioError) muteMyAudio: | (BOOL) | mute |
Set to mute the audio of the current user.
| mute | YES means the audio is muted, otherwise not. |
Extends class MobileRTCMeetingService.
| - (BOOL) muteOnEntry: | (BOOL) | on |
Set if attendees join the meeting with audio muted.
Extends class MobileRTCMeetingService.
| - (BOOL) muteUserAudio: | (BOOL) | mute | |
| withUID: | (NSUInteger) | userID | |
Set whether to mute user's audio.
| mute | YES means to mute, otherwise not. |
| userID | The ID of user. |
Extends class MobileRTCMeetingService.
| - (MobileRTCAudioOutput) myAudioOutputDescription |
Set to retrieve the audio output type of the current user.
Extends class MobileRTCMeetingService.
| - (MobileRTCAudioType) myAudioType |
Get the in-meeting audio type of the current user.
Extends class MobileRTCMeetingService.
| - (BOOL) playChime: | (BOOL) | on |
Set whether chime are enabled when the user joins/leaves meeting.
Extends class MobileRTCMeetingService.
1.8.14