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

End other meeting to join the new meeting Handler. More...

#include <meeting_configuration_interface.h>

Public Member Functions

virtual bool EndOtherMeeting ()=0
 Close another ongoing meeting.
 
virtual void Cancel ()=0
 Ignore the prompt of closing another ongoing meeting.
 
virtual ~IEndOtherMeetingToJoinMeetingHandler ()
 

Detailed Description

End other meeting to join the new meeting Handler.

Definition at line 176 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ ~IEndOtherMeetingToJoinMeetingHandler()

virtual IEndOtherMeetingToJoinMeetingHandler::~IEndOtherMeetingToJoinMeetingHandler ( )
inlinevirtual

Definition at line 186 of file meeting_configuration_interface.h.

186{};

Member Function Documentation

◆ Cancel()

virtual void IEndOtherMeetingToJoinMeetingHandler::Cancel ( )
pure virtual

Ignore the prompt of closing another ongoing meeting.

Remarks
The SDK will destroy this object instance after calling this function.

◆ EndOtherMeeting()

virtual bool IEndOtherMeetingToJoinMeetingHandler::EndOtherMeeting ( )
pure virtual

Close another ongoing meeting.

Returns
TRUE indicates that the another ongoing meeting is closed successfully, and the instance will be destroyed. Otherwise not.