Direct sharing by meeting ID or pairing code helper interface.
More...
#include <direct_share_helper_interface.h>
Direct sharing by meeting ID or pairing code helper interface.
◆ Cancel()
virtual SDKError IDirectShareViaMeetingIDOrPairingCodeHandler::Cancel |
( |
| ) |
|
|
pure virtual |
Delete the present direct sharing.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ TryWithMeetingNumber()
virtual SDKError IDirectShareViaMeetingIDOrPairingCodeHandler::TryWithMeetingNumber |
( |
UINT64 |
meetingNumber | ) |
|
|
pure virtual |
Try to match with the specified meeting number.
- Parameters
-
meetingNumber | Specifies the meeting number. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ TryWithPairingCode()
virtual SDKError IDirectShareViaMeetingIDOrPairingCodeHandler::TryWithPairingCode |
( |
const wchar_t * |
pairingCode | ) |
|
|
pure virtual |
Try to match with the pairing code.
- Parameters
-
pairingCode | Specifies the pairing code. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
The documentation for this class was generated from the following file: