macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKSettingVideoDelegate> Protocol Reference

#import <ZoomSDKSettingService.h>

Inherits <NSObject>.

Instance Methods

(void) - onCameraStatusChanged:
 Notification of camera status changes in the meeting.
 
(void) - onSelectedCameraChanged:
 Notification that the selected camera device is changed.
 

Detailed Description

Definition at line 73 of file ZoomSDKSettingService.h.

Method Documentation

◆ onCameraStatusChanged:

- (void) onCameraStatusChanged: (ZoomSDKDeviceStatus status
optional

Notification of camera status changes in the meeting.

Parameters
statusThe camera device status.

◆ onSelectedCameraChanged:

- (void) onSelectedCameraChanged: (NSString *)  deviceID
optional

Notification that the selected camera device is changed.

Parameters
deviceIDThe ID of camera.