Meeting SDK for macOS API 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. | |
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.
- (ZoomSDKError) denyRawLiveStreamPrivilege |
Denies the user permission to start raw live stream and finally self-destroy.
- (ZoomSDKError) grantRawLiveStreamPrivilege |
Allows the user to start raw live stream and finally self-destroy.
|
readnonatomiccopy |
Get the broadcast name.
Definition at line 71 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Get the broadcast URL.
Definition at line 67 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomicassign |
Get the user ID who requested privilege.
Definition at line 59 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Get the user name who requested privileges.
Definition at line 63 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Get the request ID.
Definition at line 55 of file ZoomSDKLiveStreamHelper.h.