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
 Gets the request ID.
 
unsigned int requesterId
 Gets the user ID who requested privilege.
 
NSString * requesterName
 Gets the user name who requested privileges.
 
NSString * broadcastUrl
 Gets the broadcast URL.
 
NSString * broadcastName
 Gets 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 58 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, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ grantRawLiveStreamPrivilege

- (ZoomSDKError) grantRawLiveStreamPrivilege

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

Returns
If the function succeeds, it returns ZoomSDKErrors_Success. Otherwise, this function returns an error.

Property Documentation

◆ broadcastName

- (NSString*) broadcastName
readnonatomiccopy

Gets the broadcast name.

Definition at line 78 of file ZoomSDKLiveStreamHelper.h.

◆ broadcastUrl

- (NSString*) broadcastUrl
readnonatomiccopy

Gets the broadcast URL.

Definition at line 74 of file ZoomSDKLiveStreamHelper.h.

◆ requesterId

- (unsigned int) requesterId
readnonatomicassign

Gets the user ID who requested privilege.

Definition at line 66 of file ZoomSDKLiveStreamHelper.h.

◆ requesterName

- (NSString*) requesterName
readnonatomiccopy

Gets the user name who requested privileges.

Definition at line 70 of file ZoomSDKLiveStreamHelper.h.

◆ requestId

- (NSString*) requestId
readnonatomiccopy

Gets the request ID.

Definition at line 62 of file ZoomSDKLiveStreamHelper.h.