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