Process after the sign interpreter receives the requirement from the host to allow to talk.
More...
#include <meeting_sign_interpretation_interface.h>
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.
◆ ~IRequestSignInterpreterToTalkHandler()
virtual IRequestSignInterpreterToTalkHandler::~IRequestSignInterpreterToTalkHandler |
( |
| ) |
|
|
inlinevirtual |
◆ 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.