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

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Instance Methods

(NSString *) - getDeviceID
 Get the ID of device, such as microphone, speaker, camera.
 
(NSString *) - getDeviceName
 Get the device name.
 
(BOOL) - isSelectedDevice
 Query if the device is selected.
 

Detailed Description

Definition at line 257 of file ZoomSDKSettingService.h.

Method Documentation

◆ getDeviceID

- (NSString *) getDeviceID

Get the ID of device, such as microphone, speaker, camera.

◆ getDeviceName

- (NSString *) getDeviceName

Get the device name.

◆ isSelectedDevice

- (BOOL) isSelectedDevice

Query if the device is selected.