Zoom Meeting Request Raw Live Stream Privilege Handler
- Description:
- Zoom Meeting Request Raw Live Stream Privilege Handler
- Source:
Returns:
- Type
- ZoomMeetingRequestRawLiveStreamPrivilegeHandler
- Description:
- Zoom Meeting Request Raw Live Stream Privilege Handler
- Source:
Returns:
- Type
- ZoomMeetingRequestRawLiveStreamPrivilegeHandler
Methods
(inner) DenyRawLiveStreamPrivilege() → {Number}
- Description:
- Denies the user permission to start raw live stream and finally self-destroy.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) DenyRawLiveStreamPrivilege() → {Number}
- Description:
- Denies the user permission to start raw live stream and finally self-destroy.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) GetBroadcastUrl() → {String}
- Description:
- Get the broadcast URL.
- Source:
Returns:
If the function succeeds, the return value is the broadcast URL.
- Type
- String
(inner) GetBroadcastUrl() → {String}
- Description:
- Get the broadcast URL.
- Source:
Returns:
If the function succeeds, the return value is the broadcast URL.
- Type
- String
(inner) GetRequestId() → {String}
- Description:
- Get the request ID.
- Source:
Returns:
If the function succeeds, the return value is the request ID.
- Type
- String
(inner) GetRequestId() → {String}
- Description:
- Get the request ID.
- Source:
Returns:
If the function succeeds, the return value is the request ID.
- Type
- String
(inner) GetRequesterId() → {Number}
- Description:
- Get the user ID who requested privilege.
- Source:
Returns:
If the function succeeds, the return value is the user ID. Otherwise, this return 0.
- Type
- Number
(inner) GetRequesterId() → {Number}
- Description:
- Get the user ID who requested privilege.
- Source:
Returns:
If the function succeeds, the return value is the user ID. Otherwise, this return 0.
- Type
- Number
(inner) GetRequesterName() → {String}
- Description:
- Get the user name who requested privileges.
- Source:
Returns:
If the function succeeds, the return value is the user name.
- Type
- String
(inner) GetRequesterName() → {String}
- Description:
- Get the user name who requested privileges.
- Source:
Returns:
If the function succeeds, the return value is the user name.
- Type
- String
(inner) GrantRawLiveStreamPrivilege() → {Number}
- Description:
- Allows the user to start raw live stream and finally self-destroy.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number
(inner) GrantRawLiveStreamPrivilege() → {Number}
- Description:
- Allows the user to start raw live stream and finally self-destroy.
- Source:
Returns:
If the function succeed, the return value is SDKERR_SUCCESS.
Otherwise failed. To get extended error information, Defined in: ZoomSDKError
- Type
- Number