Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IMeetingInterpretationControllerEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import java.util.List;
4
6
7
8 void onInterpretationStart(); //notify all when host start interpretation
9
10 void onInterpretationStop(); //notify all when host stop interpretation
11
12 void onInterpreterRoleChanged(int userID, boolean isInterpreter); //notify all
13
15
16 void onInterpreterActiveLanguageChanged(int userID, int activeLanID); //notify all
17
18 void onInterpreterLanguageChanged(int lanID1, int lanID2); //notify related interpreter
19
20 void onAvailableLanguageListUpdated(List<IInterpretationLanguage> pAvailableLanguageList); //notify
21
28 void onInterpreterLanguagesUpdated(List<IInterpretationLanguage> availableLanguages);
29}
void onInterpreterRoleChanged(int userID, boolean isInterpreter)
void onInterpreterActiveLanguageChanged(int userID, int activeLanID)
void onAvailableLanguageListUpdated(List< IInterpretationLanguage > pAvailableLanguageList)
void onInterpreterLanguagesUpdated(List< IInterpretationLanguage > availableLanguages)
Callback to indicate that the list of available languages that interpreters can hear has changed....
void onInterpreterLanguageChanged(int lanID1, int lanID2)