Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
<ZoomSDKSettingAudioDeviceDelegate> Protocol Reference

#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

Definition at line 48 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.

◆ onSelectedSpeakerDeviceChanged

- (void) onSelectedSpeakerDeviceChanged
optionalrequired

Notification that the selected speaker device is changed.

◆ onSpeakerDeviceStatusChanged:

- (void) onSpeakerDeviceStatusChanged: (ZoomSDKDeviceStatus) status
optionalrequired

Notify the speaker device status has changed in the meeting.

Parameters
statusThe speaker device status.