Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ITransferMeetingHandler Class Referenceabstract

Process after the user joins meeting in companion mode or transfer meeting. More...

#include <notification_service_interface.h>

Public Member Functions

virtual ~ITransferMeetingHandler ()
 
virtual bool IsTransferMeetingSuccess ()=0
 Determine if transfer meeting or join meeting in companion mode success.
 
virtual TransferMeetingMode GetTransferMeetingMode ()=0
 Get the mode of transfer meeting.
 
virtual SDKError LeaveCompanionToJoinMeeting ()=0
 Try to leave companion mode and rejoin the meeting in normal mode.

 

Detailed Description

Process after the user joins meeting in companion mode or transfer meeting.

Definition at line 47 of file notification_service_interface.h.

Constructor & Destructor Documentation

◆ ~ITransferMeetingHandler()

virtual ITransferMeetingHandler::~ITransferMeetingHandler ( )
inlinevirtual

Definition at line 50 of file notification_service_interface.h.

50{};

Member Function Documentation

◆ GetTransferMeetingMode()

virtual TransferMeetingMode ITransferMeetingHandler::GetTransferMeetingMode ( )
pure virtual

Get the mode of transfer meeting.

Returns
The mode of the transfer meeting. For more details, see TransferMeetingMode enum.

◆ IsTransferMeetingSuccess()

virtual bool ITransferMeetingHandler::IsTransferMeetingSuccess ( )
pure virtual

Determine if transfer meeting or join meeting in companion mode success.

Returns
True indicates transfer meeting or join meeting in companion mode success.

◆ LeaveCompanionToJoinMeeting()

virtual SDKError ITransferMeetingHandler::LeaveCompanionToJoinMeeting ( )
pure virtual

Try to leave companion mode and rejoin the meeting in normal mode.

Returns
If the function succeeds, the return value is SDKErr_Success. Otherwise the function fails. To get extended error information, see SDKError enum.