Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
InMeetingSignInterpretationController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
Enumeration of common errors of SDK.
List< ISignInterpreter > getSignInterpreterList()
Get the sign interpreters list.
SignInterpretationStatus getSignInterpretationStatus()
Get sign interpretation status of current meeting.
MobileRTCSDKError stopSignInterpretation()
Stop sign interpretation.
MobileRTCSDKError startSignInterpretation()
Start sign interpretation.
boolean canSignLanguageInterpreterTalk(long userID)
Determine if the sign language interpreter was allowed to talk.
MobileRTCSDKError leaveSignLanguageChannel()
Listener (for non interpreter) Off sign language if myself is not a sign interpreter....
boolean isSignInterpreter()
Determine if myself is interpreter.
MobileRTCSDKError requestSignLanguageInterpreterToTalk(long userID, boolean allowToTalk)
Host allow sign language interpreter to talk.
List< ISignInterpretationLanguageInfo > getAvailableSignLanguageInfoList()
Get the available sign interpretation language list.
List< ISignInterpretationLanguageInfo > getAllSupportedSignLanguageInfoList()
Admin (only for host) Get all supported sign interpretation language list.
MobileRTCSDKError modifySignInterpreterLanguage(long userID, String signLanguageId)
Modify the language of a sign interpreter.
boolean canStartSignInterpretation()
Determine if I can start the sign interpretation in the meeting.
String getSignInterpreterAssignedLanID()
Interpreter (only for interpreter) Get sign language id if myself is a sign interpreter.
void setEvent(InMeetingSignInterpretationControllerEvent event)
Set the interpretation controller callback event handler.
ISignInterpretationLanguageInfo getSignInterpretationLanguageInfoByID(String signLanguageId)
Get the sign interpretation language object of specified sign language ID.
MobileRTCSDKError addSignInterpreter(long userID, String signLanguageId)
Add someone as a sign interpreter.
MobileRTCSDKError removeSignInterpreter(long userID)
Remove someone from the list of sign interpreters.
boolean isSignInterpretationEnabled()
Determine if sign interpretation feature is enabled in the meeting.
MobileRTCSDKError joinSignLanguageChannel(String signLanId)
Listener (for non interpreter) Join a sign language channel if myself is not a sign interpreter....