ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IDirectShareViaMeetingIDOrPairingCodeHandler Class Referenceabstract

Direct sharing by meeting ID or pairing code helper interface. More...

#include <direct_share_helper_interface.h>

Public Member Functions

virtual SDKError TryWithMeetingNumber (UINT64 meetingNumber)=0
 Try to match with the specified meeting number. More...
 
virtual SDKError TryWithPairingCode (const wchar_t *pairingCode)=0
 Try to match with the pairing code. More...
 
virtual SDKError Cancel ()=0
 Delete the present direct sharing. More...
 

Detailed Description

Direct sharing by meeting ID or pairing code helper interface.

Member Function Documentation

◆ 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
meetingNumberSpecifies 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
pairingCodeSpecifies 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: