Meeting SDK for iOS API Reference
|
Process after the host receives the requirement from the user to give the raw live stream privilege. More...
#include <MobileRTCRequestRawLiveStreamPrivilegeHandler.h>
Inherits NSObject.
Instance Methods | |
(NSString *_Nullable) | - getRequestId |
Get the request ID. | |
(NSUInteger) | - getRequesterId |
Get the user ID who requested privilege. | |
(NSString *_Nullable) | - getRequesterName |
Get the user name who requested privilege. | |
(NSString *_Nullable) | - getBroadcastUrl |
Get the broadcast Url. | |
(NSString *_Nullable) | - getBroadcastName |
Get the broadcast name. | |
(BOOL) | - grantRawLiveStreamPrivilege |
Allows the user to start raw live stream and finally self-destroy. | |
(BOOL) | - denyRawLiveStreamPrivilege |
Denies the user permission to start raw live stream and finally self-destroy. | |
Process after the host receives the requirement from the user to give the raw live stream privilege.
Definition at line 15 of file MobileRTCRequestRawLiveStreamPrivilegeHandler.h.
- (BOOL) denyRawLiveStreamPrivilege |
Denies the user permission to start raw live stream and finally self-destroy.
- (NSString *_Nullable) getBroadcastName |
Get the broadcast name.
- (NSString *_Nullable) getBroadcastUrl |
Get the broadcast Url.
- (NSUInteger) getRequesterId |
Get the user ID who requested privilege.
- (NSString *_Nullable) getRequesterName |
Get the user name who requested privilege.
- (NSString *_Nullable) getRequestId |
Get the request ID.
- (BOOL) grantRawLiveStreamPrivilege |
Allows the user to start raw live stream and finally self-destroy.