Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKSettingAudioDeviceDelegate> Protocol 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.

Detailed Description

Delegate to receive audio device related events.

Definition at line 70 of file ZoomSDKSettingService.h.

Method Documentation

◆ onMicDeviceStatusChanged:

- (void) onMicDeviceStatusChanged: (ZoomSDKDeviceStatus) status
optional

Notify the microphone device status has changed in the meeting.

Parameters
statusThe microphone device status.

◆ onSelectedMicDeviceChanged

- (void) onSelectedMicDeviceChanged
optionalrequired

Notification that the selected microphone device is changed.

References onSelectedMicDeviceChanged.

Referenced by onSelectedMicDeviceChanged.

◆ onSelectedSpeakerDeviceChanged

- (void) onSelectedSpeakerDeviceChanged
optionalrequired

Notification that the selected speaker device is changed.

References onSelectedSpeakerDeviceChanged.

Referenced by onSelectedSpeakerDeviceChanged.

◆ onSpeakerDeviceStatusChanged:

- (void) onSpeakerDeviceStatusChanged: (ZoomSDKDeviceStatus) status
optionalrequired

Notify the speaker device status has changed in the meeting.

Parameters
statusThe speaker device status.