|
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 |
| 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. | |
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.
| - (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 |
Gets the broadcast name.
Definition at line 78 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Gets the broadcast URL.
Definition at line 74 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomicassign |
Gets the user ID who requested privilege.
Definition at line 66 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Gets the user name who requested privileges.
Definition at line 70 of file ZoomSDKLiveStreamHelper.h.
|
readnonatomiccopy |
Gets the request ID.
Definition at line 62 of file ZoomSDKLiveStreamHelper.h.