Process after the user receives the requirement from the host to give the remote support privilege.
More...
#include <meeting_remote_support_interface.h>
Process after the user receives the requirement from the host to give the remote support privilege.
Definition at line 45 of file meeting_remote_support_interface.h.
◆ ~IRemoteSupportRequestHandler()
| virtual IRemoteSupportRequestHandler::~IRemoteSupportRequestHandler |
( |
| ) |
|
|
inlinevirtual |
◆ Deny()
| virtual SDKError IRemoteSupportRequestHandler::Deny |
( |
| ) |
|
|
pure virtual |
Denies the user to remote support and finally self-destroy.
◆ GetRemoteSupportType()
Gets the remote support type.
- Returns
- If the function succeeds, it returns the RemoteSupportType.
◆ GetRequesterId()
| virtual unsigned int IRemoteSupportRequestHandler::GetRequesterId |
( |
| ) |
|
|
pure virtual |
Gets 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 * IRemoteSupportRequestHandler::GetRequesterName |
( |
| ) |
|
|
pure virtual |
Gets the user name who requested privileges.
- Returns
- If the function succeeds, it returns the user name. Otherwise, this function fails and returns nullptr.
◆ Grant()
| virtual SDKError IRemoteSupportRequestHandler::Grant |
( |
| ) |
|
|
pure virtual |
Allows the user to remote support and finally self-destroy.
◆ SetRemoteSupportApplicationView()
| virtual SDKError IRemoteSupportRequestHandler::SetRemoteSupportApplicationView |
( |
void * | view | ) |
|
|
pure virtual |
Sets the specified application.
- Parameters
-
| view | Specify the window handle of the application to be remote support. If the view can't be shared, the return value is the SDKERR_INVALID_PARAMETER error code. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
- Note
- Set the application view only when RemoteSupportType is Remote_Support_Application.