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

#include <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 71 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
optionalrequired

Notification that the selected camera device is changed.

Parameters
deviceIDThe ID of camera.