Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_sign_interpretation_interface.h File Reference

Meeting Service Sign Interpretation Interface Valid for both ZOOM style and user custom interface mode. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  ISignInterpretationLanguageInfo
 sign interpretation language interface. More...
 
class  ISignInterpreter
 sign interpreter interface. More...
 
class  IRequestSignInterpreterToTalkHandler
 Process after the sign interpreter receives the requirement from the host to allow to talk. More...
 
class  IMeetingSignInterpretationControllerEvent
 Meeting sign interpretation callback event. More...
 
class  IMeetingSignInterpretationController
 Meeting interpretation controller interface. More...
 

Enumerations

enum  SignInterpretationStatus { SignInterpretationStatus_Initial , SignInterpretationStatus_Started , SignInterpretationStatus_Stopped }
 Status of sign interpretation. Here are more detailed structural descriptions. More...
 

Detailed Description

Meeting Service Sign Interpretation Interface Valid for both ZOOM style and user custom interface mode.

Definition in file meeting_sign_interpretation_interface.h.

Enumeration Type Documentation

◆ SignInterpretationStatus

Status of sign interpretation. Here are more detailed structural descriptions.

Enumerator
SignInterpretationStatus_Initial 

The initial status.

SignInterpretationStatus_Started 

sign interpretation stared.

SignInterpretationStatus_Stopped 

sign interpretation stopped.

Definition at line 16 of file meeting_sign_interpretation_interface.h.

17{
21};
@ SignInterpretationStatus_Initial
The initial status.
@ SignInterpretationStatus_Stopped
sign interpretation stopped.
@ SignInterpretationStatus_Started
sign interpretation stared.