|
iOS API
|
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. | |
| - (void MobileRTCAudioServiceDelegate) onSinkMeetingAudioStatusChange: | (NSUInteger) | userID |
Callback event that the participant's audio status changes.
| UserID | The ID of user whose audio status changes. |
| - (void MobileRTCAudioServiceDelegate) onSinkMeetingAudioStatusChange: | (NSUInteger) | userID | |
| audioStatus: | (MobileRTC_AudioStatus) | audioStatus | |
Callback event that the participant's audio status changes(include myself).
| UserID | The ID of user whose audio status changes. |
| audioStatus | The audio status of user whose audio status changes. |
1.8.14