Mac SDK
Instance Methods | List of all members
<ZoomSDKInterpretationControllerDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKInterpretationControllerDelegate>:

Instance Methods

(void) - onInterpretationStart
 Notify the interpretation is started.
 
(void) - onInterpretationStop
 Notify the interpretation is stoped.
 
(void) - onInterpreterRoleChanged:isInterpreter:
 Notify the interpreter role is chanaged. More...
 
(void) - onInterpreterActiveLanuageChanged:activeLanguageID:
 Notify the interpreter role is chanaged. More...
 
(void) - onInterpreterLanuageChanged:theLanguageID2:
 Notify the interpreter language chanaged. More...
 
(void) - onAvailableLanguageListUpdated:
 Notify the available language. More...
 
(void) - onInterpreterListChanged
 Notify the interpreter list changed.
 

Method Documentation

◆ onAvailableLanguageListUpdated:

- (void) onAvailableLanguageListUpdated: (NSArray *)  availableLanguageArr

Notify the available language.

Parameters
availableLanguageArrThe array contain available language object (The language object is ZoomSDKInterpretationLanguageInfo).

◆ onInterpreterActiveLanuageChanged:activeLanguageID:

- (void) onInterpreterActiveLanuageChanged: (unsigned int)  userID
activeLanguageID: (int)  languageID 

Notify the interpreter role is chanaged.

Parameters
userIDThe user id of the interpreter.
languageIDThe current active language id.

◆ onInterpreterLanuageChanged:theLanguageID2:

- (void) onInterpreterLanuageChanged: (int)  lanID1
theLanguageID2: (int)  lanID2 

Notify the interpreter language chanaged.

Parameters
lanID1The language id of the first language id.
lanID2The language id of the second language id.

◆ onInterpreterRoleChanged:isInterpreter:

- (void) onInterpreterRoleChanged: (unsigned int)  userID
isInterpreter: (BOOL)  interpreter 

Notify the interpreter role is chanaged.

Parameters
userIDThe user id of the interpreter role chanage.
interpreterYES means is interpreter,otherwise not.

The documentation for this protocol was generated from the following file: