|
|
(void) | - onInterpretationStart |
| | interpretation start callback. This function is used to inform the user interpretation has been started, and all users in meeting can get the event.
|
| |
|
(void) | - onInterpretationStop |
| | interpretation stop callback. This function is used to inform the user interpretation has been stopped, and all users in meeting can get the event.
|
| |
|
(void) | - onInterpreterListChanged |
| | interpreter list changed callback. when some interpreter leave meeting or preset interpreter join meeting, and only host can get the event.
|
| |
| (void) | - onInterpreterRoleChanged:isInterpreter: |
| | interpreter role changed callback. when a user's role changed(participant <-> interpreter), and all users in meeting can get the event. More...
|
| |
| (void) | - onInterpreterActiveLanguageChanged:activeLanguageId: |
| | interpreter active language changed callback. when a interpreter's active language changed, and all users in meeting can get the event. More...
|
| |
| (void) | - onInterpreterLanguageChanged:andLanguage2: |
| | interpreter languages changed callback. when a interpreter's languages changed, and only the interpreter can get the event. More...
|
| |
| (void) | - onAvailableLanguageListUpdated: |
| | available languages changed callback. when available languages in meeting are changed, all non interpreter users in meeting can get the event. More...
|
| |
◆ onAvailableLanguageListUpdated:()
available languages changed callback. when available languages in meeting are changed, all non interpreter users in meeting can get the event.
- Parameters
-
| availableLanguageList | Specify the available languages list. |
◆ onInterpreterActiveLanguageChanged:activeLanguageId:()
interpreter active language changed callback. when a interpreter's active language changed, and all users in meeting can get the event.
- Parameters
-
| userID | Specify the user ID whose active language changed. |
| activeLanID | Specify the interpreter current active language id. |
◆ onInterpreterLanguageChanged:andLanguage2:()
interpreter languages changed callback. when a interpreter's languages changed, and only the interpreter can get the event.
- Parameters
-
| lanID1 | Specify the new language ID1. |
| lanID2 | Specify the new language ID2. |
◆ onInterpreterRoleChanged:isInterpreter:()
interpreter role changed callback. when a user's role changed(participant <-> interpreter), and all users in meeting can get the event.
- Parameters
-
| userID | Specify the user ID whose status changed. |
| isInterpreter | Specify the user's role is interpreter or not. |
The documentation for this protocol was generated from the following file: