Process after the host receives the requirement from the user to give the raw live stream privilege.
More...
#include <meeting_live_stream_interface.h>
Process after the host receives the requirement from the user to give the raw live stream privilege.
Definition at line 44 of file meeting_live_stream_interface.h.
◆ ~IRequestRawLiveStreamPrivilegeHandler()
virtual IRequestRawLiveStreamPrivilegeHandler::~IRequestRawLiveStreamPrivilegeHandler |
( |
| ) |
|
|
inlinevirtual |
◆ DenyRawLiveStreamPrivilege()
virtual SDKError IRequestRawLiveStreamPrivilegeHandler::DenyRawLiveStreamPrivilege |
( |
| ) |
|
|
pure virtual |
Denies the user permission to start raw live stream and finally self-destroy.
◆ GetBroadcastName()
virtual const zchar_t * IRequestRawLiveStreamPrivilegeHandler::GetBroadcastName |
( |
| ) |
|
|
pure virtual |
Get the broadcast name.
- Returns
- If the function succeeds, the return value is the broadcast name.
◆ GetBroadcastUrl()
virtual const zchar_t * IRequestRawLiveStreamPrivilegeHandler::GetBroadcastUrl |
( |
| ) |
|
|
pure virtual |
Get the broadcast URL.
- Returns
- If the function succeeds, the return value is the broadcast URL.
◆ GetRequesterId()
virtual unsigned int IRequestRawLiveStreamPrivilegeHandler::GetRequesterId |
( |
| ) |
|
|
pure virtual |
Get the user ID who requested privilege.
- Returns
- If the function succeeds, the return value is the user ID. Otherwise, this returns 0.
◆ GetRequesterName()
virtual const zchar_t * IRequestRawLiveStreamPrivilegeHandler::GetRequesterName |
( |
| ) |
|
|
pure virtual |
Get the user name who requested privileges.
- Returns
- If the function succeeds, the return value is the user name.
◆ GetRequestId()
virtual const zchar_t * IRequestRawLiveStreamPrivilegeHandler::GetRequestId |
( |
| ) |
|
|
pure virtual |
Get the request ID.
- Returns
- If the function succeeds, the return value is the request ID.
◆ GrantRawLiveStreamPrivilege()
virtual SDKError IRequestRawLiveStreamPrivilegeHandler::GrantRawLiveStreamPrivilege |
( |
| ) |
|
|
pure virtual |
Allows the user to start raw live stream and finally self-destroy.