iOS API
Instance Methods | List of all members
<MobileRTCAudioServiceDelegate > Protocol Reference
Inheritance diagram for <MobileRTCAudioServiceDelegate >:
<MobileRTCMeetingServiceDelegate>

Instance Methods

(void) - onSinkMeetingAudioStatusChange:
 Callback event that the participant's audio status changes. More...
 
(void) - onSinkMeetingMyAudioTypeChange
 Callback event that the audio type of the current user changes.
 
(void) - onSinkMeetingAudioStatusChange:audioStatus:
 Callback event that the participant's audio status changes(include myself). More...
 
(void) - onAudioOutputChange
 Callback event that the output type of the current user's audio source changes.
 
(void) - onMyAudioStateChange
 Callback event that the audio state of the current user changes.
 
(void) - onSinkMeetingAudioRequestUnmuteByHost
 Callback event that the host require meeting attendants to enable microphone.
 

Method Documentation

◆ onSinkMeetingAudioStatusChange:()

- (void MobileRTCAudioServiceDelegate) onSinkMeetingAudioStatusChange: (NSUInteger)  userID

Callback event that the participant's audio status changes.

Parameters
UserIDThe ID of user whose audio status changes.

◆ onSinkMeetingAudioStatusChange:audioStatus:()

- (void MobileRTCAudioServiceDelegate) onSinkMeetingAudioStatusChange: (NSUInteger)  userID
audioStatus: (MobileRTC_AudioStatus)  audioStatus 

Callback event that the participant's audio status changes(include myself).

Parameters
UserIDThe ID of user whose audio status changes.
audioStatusThe audio status of user whose audio status changes.

The documentation for this protocol was generated from the following file: