Meeting SDK for macOS 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...

#include <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.
 
NSString * broadcastName
 Get the broadcast name.
 

Detailed Description

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

Definition at line 51 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

◆ broadcastName

- (NSString*) broadcastName
readnonatomiccopy

Get the broadcast name.

Definition at line 71 of file ZoomSDKLiveStreamHelper.h.

◆ broadcastUrl

- (NSString*) broadcastUrl
readnonatomiccopy

Get the broadcast URL.

Definition at line 67 of file ZoomSDKLiveStreamHelper.h.

◆ requesterId

- (unsigned int) requesterId
readnonatomicassign

Get the user ID who requested privilege.

Definition at line 59 of file ZoomSDKLiveStreamHelper.h.

◆ requesterName

- (NSString*) requesterName
readnonatomiccopy

Get the user name who requested privileges.

Definition at line 63 of file ZoomSDKLiveStreamHelper.h.

◆ requestId

- (NSString*) requestId
readnonatomiccopy

Get the request ID.

Definition at line 55 of file ZoomSDKLiveStreamHelper.h.