|
Meeting SDK for macOS API Reference
|
Delegate to receive audio device related events. More...
#include <ZoomSDKSettingService.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - onMicDeviceStatusChanged: |
| Notify the microphone device status has changed in the meeting. | |
| (void) | - onSpeakerDeviceStatusChanged: |
| Notify the speaker device status has changed in the meeting. | |
| (void) | - onSelectedMicDeviceChanged |
| Notification that the selected microphone device is changed. | |
| (void) | - onSelectedSpeakerDeviceChanged |
| Notification that the selected speaker device is changed. | |
Delegate to receive audio device related events.
Definition at line 70 of file ZoomSDKSettingService.h.
|
optional |
Notify the microphone device status has changed in the meeting.
| status | The microphone device status. |
|
optionalrequired |
Notification that the selected microphone device is changed.
References onSelectedMicDeviceChanged.
Referenced by onSelectedMicDeviceChanged.
|
optionalrequired |
Notification that the selected speaker device is changed.
References onSelectedSpeakerDeviceChanged.
Referenced by onSelectedSpeakerDeviceChanged.
|
optionalrequired |
Notify the speaker device status has changed in the meeting.
| status | The speaker device status. |