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

Process after the host receives the requirement from the user to give the raw live stream privilege. More...

#import <ZoomSDKLiveStreamHelper.h>

Inherits NSObject.

Instance Methods

(ZoomSDKError- grantRawLiveStreamPrivilege
 Allows the user to start raw live stream and finally self-destroy.
 
(ZoomSDKError- denyRawLiveStreamPrivilege
 Denies the user permission to start raw live stream and finally self-destroy.
 

Properties

NSString * requestId
 Get the request ID.
 
unsigned int requesterId
 Get the user ID who requested privilege.
 
NSString * requesterName
 Get the user name who requested privileges.
 
NSString * broadcastUrl
 Get the broadcast URL.
 

Detailed Description

Process after the host receives the requirement from the user to give the raw live stream privilege.

Definition at line 38 of file ZoomSDKLiveStreamHelper.h.

Method Documentation

◆ denyRawLiveStreamPrivilege

- (ZoomSDKError) denyRawLiveStreamPrivilege

Denies the user permission to start raw live stream and finally self-destroy.

Returns
If the function succeeds, the return value ZoomSDKError_Success.

◆ grantRawLiveStreamPrivilege

- (ZoomSDKError) grantRawLiveStreamPrivilege

Allows the user to start raw live stream and finally self-destroy.

Returns
If the function succeeds, the return value ZoomSDKErrors_Success.

Property Documentation

◆ broadcastUrl

- (NSString*) broadcastUrl
readnonatomiccopy

Get the broadcast URL.

Definition at line 54 of file ZoomSDKLiveStreamHelper.h.

◆ requesterId

- (unsigned int) requesterId
readnonatomicassign

Get the user ID who requested privilege.

Definition at line 46 of file ZoomSDKLiveStreamHelper.h.

◆ requesterName

- (NSString*) requesterName
readnonatomiccopy

Get the user name who requested privileges.

Definition at line 50 of file ZoomSDKLiveStreamHelper.h.

◆ requestId

- (NSString*) requestId
readnonatomiccopy

Get the request ID.

Definition at line 42 of file ZoomSDKLiveStreamHelper.h.