Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
IRequestSignInterpreterToTalkHandler Class Referenceabstract

Process after the sign interpreter receives the requirement from the host to allow to talk. More...

#include <meeting_sign_interpretation_interface.h>

Public Member Functions

virtual ~IRequestSignInterpreterToTalkHandler ()
 
virtual SDKError Ignore ()=0
 Instance to ignore the requirement, return nothing and finally self-destroy.
 
virtual SDKError Accept ()=0
 Instance to accept the requirement, unmute the audio and finally self-destroy.
 
virtual SDKError Cancel ()=0
 Ignore the request to unmute the audio in the meeting and finally the instance self-destroys.
 

Detailed Description

Process after the sign interpreter receives the requirement from the host to allow to talk.

Definition at line 45 of file meeting_sign_interpretation_interface.h.

Constructor & Destructor Documentation

◆ ~IRequestSignInterpreterToTalkHandler()

virtual IRequestSignInterpreterToTalkHandler::~IRequestSignInterpreterToTalkHandler ( )
inlinevirtual

Definition at line 48 of file meeting_sign_interpretation_interface.h.

48{};

Member Function Documentation

◆ Accept()

virtual SDKError IRequestSignInterpreterToTalkHandler::Accept ( )
pure virtual

Instance to accept the requirement, unmute the audio and finally self-destroy.

◆ Cancel()

virtual SDKError IRequestSignInterpreterToTalkHandler::Cancel ( )
pure virtual

Ignore the request to unmute the audio in the meeting and finally the instance self-destroys.

◆ Ignore()

virtual SDKError IRequestSignInterpreterToTalkHandler::Ignore ( )
pure virtual

Instance to ignore the requirement, return nothing and finally self-destroy.