|
Meeting SDK for macOS API Reference
|
Delegate callbacks for sign language interpretation events. More...
#include <ZoomSDKSignInterpretationController.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - onSignInterpretationStatusChanged: |
| Sign interpretation staus change callback. Informs the user that sign interpretation has been started or stopped, and all users in the meeting can get the event. | |
| (void) | - onSignInterpreterListChanged |
| Sign interpreter list changed callback. When an interpreter leaves the meeting, preset interpreter joins the meeting, or the host adds or removes an interpreter, this triggers. | |
| (void) | - onSignInterpreterRoleChanged |
| Interpreters role changed callback. when myself role changed(participant <-> interpreter), and only myself in meeting can get the event. | |
| (void) | - onSignInterpreterLanguageChanged |
| Sign interpreter languages changed callback. when a sign interpreter's languages changed. | |
| (void) | - onAvailableSignLanguageListUpdated: |
| Available sign languages changed callback. When the available sign languages in a meeting change, all users in the meeting can get the event. | |
| (void) | - onRequestSignInterpreterToTalk |
| Callback event of the requirement to unmute the audio. | |
| (void) | - onTalkPrivilegeChanged: |
| Callback event for the user talk privilege changed. When the interpreter role changed, host changed, host allow or disallow interpreter talk, this triggers. | |
Delegate callbacks for sign language interpretation events.
Definition at line 50 of file ZoomSDKSignInterpretationController.h.
|
optionalrequired |
Available sign languages changed callback. When the available sign languages in a meeting change, all users in the meeting can get the event.
| availableSignLanguageList | List the available sign languages. |
|
optionalrequired |
Callback event of the requirement to unmute the audio.
References onRequestSignInterpreterToTalk.
Referenced by onRequestSignInterpreterToTalk.
|
optional |
Sign interpretation staus change callback. Informs the user that sign interpretation has been started or stopped, and all users in the meeting can get the event.
| status | Specify current sign interpretation status. |
|
optionalrequired |
Sign interpreter languages changed callback. when a sign interpreter's languages changed.
References onSignInterpreterLanguageChanged.
Referenced by onSignInterpreterLanguageChanged.
|
optionalrequired |
Sign interpreter list changed callback. When an interpreter leaves the meeting, preset interpreter joins the meeting, or the host adds or removes an interpreter, this triggers.
References onSignInterpreterListChanged.
Referenced by onSignInterpreterListChanged.
|
optionalrequired |
Interpreters role changed callback. when myself role changed(participant <-> interpreter), and only myself in meeting can get the event.
References onSignInterpreterRoleChanged.
Referenced by onSignInterpreterRoleChanged.
|
optionalrequired |
Callback event for the user talk privilege changed. When the interpreter role changed, host changed, host allow or disallow interpreter talk, this triggers.
| hasPrivilege | Specify whether the user has talk privilege or not. |