macOS SDK API Reference
Loading...
Searching...
No Matches
ZoomSDKShareSource Class Reference

ZOOM share source class. More...

#import <ZoomSDKASController.h>

Inherits NSObject.

Instance Methods

(BOOL) - isShowInFirstScreen
 
(BOOL) - isShowInSecondScreen
 
(BOOL) - canBeRemoteControl
 
(unsigned int) - getUserID
 

Protected Attributes

unsigned int _userID
 
BOOL _isShowInFirstScreen
 
BOOL _isShowInSecondScreen
 
BOOL _canBeRemoteControl
 

Detailed Description

ZOOM share source class.

Definition at line 41 of file ZoomSDKASController.h.

Method Documentation

◆ canBeRemoteControl

- (BOOL) canBeRemoteControl

◆ getUserID

- (unsigned int) getUserID

◆ isShowInFirstScreen

- (BOOL) isShowInFirstScreen

◆ isShowInSecondScreen

- (BOOL) isShowInSecondScreen

Field Documentation

◆ _canBeRemoteControl

- (BOOL) _canBeRemoteControl
protected

Definition at line 46 of file ZoomSDKASController.h.

◆ _isShowInFirstScreen

- (BOOL) _isShowInFirstScreen
protected

Definition at line 44 of file ZoomSDKASController.h.

◆ _isShowInSecondScreen

- (BOOL) _isShowInSecondScreen
protected

Definition at line 45 of file ZoomSDKASController.h.

◆ _userID

- (unsigned int) _userID
protected

Definition at line 43 of file ZoomSDKASController.h.