Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSettingTestSpeakerDeviceHelper Class Reference

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- SpeakerStartPlaying:
 This method is used to start playing when testing speaker.
 
(ZoomSDKError- SpeakerStopPlaying
 This method is used to stop playing when testing speaker.
 

Protected Attributes

id< ZoomSDKSettingTestAudioDelegate_delegate
 
BOOL _isSpeakerInTesting
 
NSString * _speakerID
 

Properties

BOOL isSpeakerInTesting
 
id< ZoomSDKSettingTestAudioDelegatedelegate
 

Detailed Description

Definition at line 85 of file ZoomSDKSettingService.h.

Method Documentation

◆ SpeakerStartPlaying:

- (ZoomSDKError) SpeakerStartPlaying: (NSString *) deviceID

This method is used to start playing when testing speaker.

Parameters
deviceIDThe ID of the speaker device.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ SpeakerStopPlaying

- (ZoomSDKError) SpeakerStopPlaying

This method is used to stop playing when testing speaker.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

Field Documentation

◆ _delegate

- (id<ZoomSDKSettingTestAudioDelegate>) _delegate
protected

Definition at line 87 of file ZoomSDKSettingService.h.

◆ _isSpeakerInTesting

- (BOOL) _isSpeakerInTesting
protected

Definition at line 88 of file ZoomSDKSettingService.h.

◆ _speakerID

- (NSString*) _speakerID
protected

Definition at line 89 of file ZoomSDKSettingService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKSettingTestAudioDelegate>) delegate
readwritenonatomicassign

Definition at line 92 of file ZoomSDKSettingService.h.

◆ isSpeakerInTesting

- (BOOL) isSpeakerInTesting
readwritenonatomicassign

Definition at line 91 of file ZoomSDKSettingService.h.