Callback protocol for receiving interpretation-related events.
More...
#include <ZoomSDKInterpretationController.h>
Inherits <NSObjectNSObject>.
Callback protocol for receiving interpretation-related events.
Definition at line 74 of file ZoomSDKInterpretationController.h.
◆ onAvailableLanguageListUpdated:
| - (void) onAvailableLanguageListUpdated: |
|
(NSArray *_Nullable) | availableLanguageArr |
|
Notify the available language.
- Parameters
-
◆ onInterpretationStart
| - (void) onInterpretationStart |
|
|
|
Notify the interpretation is started.
◆ onInterpretationStop
| - (void) onInterpretationStop |
|
|
|
Notify the interpretation is stoped.
◆ onInterpreterActiveLanguageChanged:activeLanguageID:
| - (void) onInterpreterActiveLanguageChanged: |
|
(unsigned int) | userID |
| activeLanguageID: |
|
(int) | languageID |
Notify the interpreter role is changed.
- Parameters
-
| userID | The user id of the interpreter. |
| languageID | The current active language id. |
◆ onInterpreterLanguageChanged:theLanguageID2:
| - (void) onInterpreterLanguageChanged: |
|
(int) | lanID1 |
| theLanguageID2: |
|
(int) | lanID2 |
Notify the interpreter language changed.
- Parameters
-
| lanID1 | The language id of the first language id. |
| lanID2 | The language id of the second language id. |
◆ onInterpreterLanguagesUpdated:
Notify the list of available languages that interpreters can hear has changed. When the list of available languages that interpreters can hear in a meeting is changed. All interpreters in the meeting can get this event.
- Parameters
-
| availableLanguages | The list of available languages that interpreters can hear. |
◆ onInterpreterListChanged
| - (void) onInterpreterListChanged |
|
|
|
Notify the interpreter list changed.
◆ onInterpreterRoleChanged:isInterpreter:
| - (void) onInterpreterRoleChanged: |
|
(unsigned int) | userID |
| isInterpreter: |
|
(BOOL) | interpreter |
Notify the interpreter role is changed.
- Parameters
-
| userID | The user id of the interpreter role change. |
| interpreter | YES means is interpreter,otherwise not. |