|
Meeting SDK for macOS API Reference
|
Manage sign interpretation status, interpreters, and available languages in a Zoom meeting. More...
#include <ZoomSDKSignInterpretationController.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSignInterpretationEnabled |
| Determines if the sign interpretation function is enabled. | |
| (ZoomSDKSignInterpretationStatus) | - getSignInterpretationStatus |
| Gets the sign interpretation status of current meeting. | |
| (BOOL) | - isSignInterpreter |
| Determines if myself is interpreter. | |
| (ZoomSDKSignInterpretationLanguageInfo *) | - getSignInterpretationLanguageInfoByID: |
| Gets the sign language object of the specified sign language ID. | |
| (NSArray< ZoomSDKSignInterpretationLanguageInfo * > *) | - getAvailableSignLanguageInfoList |
| Gets the available sign interpretation language list. | |
| (NSArray< ZoomSDKSignInterpretationLanguageInfo * > *_Nullable) | - getAllSupportedSignLanguageInfoList |
| Gets all supported sign interpretation language list. | |
| (NSArray< ZoomSDKSignInterpreter * > *_Nullable) | - getSignInterpreterList |
| Gets the sign interpreters list. | |
| (ZoomSDKError) | - addSignInterpreter:signLanguageId: |
| Adds someone as a sign interpreter. | |
| (ZoomSDKError) | - removeSignInterpreter: |
| Removes someone from the list of sign interpreters. | |
| (ZoomSDKError) | - modifySignInterpreter:signLanguageId: |
| Modify the language of some sign interpreter. | |
| (BOOL) | - canStartSignInterpretation |
| Determines if I can start the sign interpretation in the meeting. | |
| (ZoomSDKError) | - startSignInterpretation |
| Starts sign interpretation. | |
| (ZoomSDKError) | - stopSignInterpretation |
| Stops sign interppretation. | |
| (ZoomSDKError) | - requestSignLanguageInterpreterToTalk:allowToTalk: |
| Host allow or disallow sign language interpreter to talk. | |
| (BOOL) | - canSignLanguageInterpreterTalk: |
| Determines if the sign language interpreter be allowed to talk. | |
| (NSString *_Nullable) | - getSignInterpreterAssignedLanID |
| Gets sign language ID if myself is a sign interpreter. Only for interpreter. | |
| (ZoomSDKError) | - joinSignLanguageChannel: |
| Join a sign language channel if myself is not a sign interpreter. | |
| (ZoomSDKError) | - leaveSignLanguageChannel |
| Off sign language if myself is not a sign interpreter.Only for non-interpreter. Available only for customized ui. | |
Properties | |
| id< ZoomSDKSignInterpretationControllerDelegate > | delegate |
| Delegate for receiving sign interpretation events. | |
Manage sign interpretation status, interpreters, and available languages in a Zoom meeting.
Definition at line 99 of file ZoomSDKSignInterpretationController.h.
| - (ZoomSDKError) addSignInterpreter: | (unsigned int) | userID | |
| signLanguageId: | (NSString *) | signLanguageId |
Adds someone as a sign interpreter.
| userID | The user’s ID. |
| signLanguageId | The sign language ID. |
| - (BOOL) canSignLanguageInterpreterTalk: | (unsigned int) | userID |
Determines if the sign language interpreter be allowed to talk.
| userID | The user's unique identity. |
| - (BOOL) canStartSignInterpretation |
Determines if I can start the sign interpretation in the meeting.
References canStartSignInterpretation.
Referenced by canStartSignInterpretation.
| - (NSArray< ZoomSDKSignInterpretationLanguageInfo * > *_Nullable) getAllSupportedSignLanguageInfoList |
Gets all supported sign interpretation language list.
References getAllSupportedSignLanguageInfoList.
Referenced by getAllSupportedSignLanguageInfoList.
| - (NSArray< ZoomSDKSignInterpretationLanguageInfo * > *) getAvailableSignLanguageInfoList |
Gets the available sign interpretation language list.
References getAvailableSignLanguageInfoList.
Referenced by getAvailableSignLanguageInfoList.
| - (ZoomSDKSignInterpretationLanguageInfo *) getSignInterpretationLanguageInfoByID: | (NSString *) | signLanguageID |
Gets the sign language object of the specified sign language ID.
| signLanguageID | Specify the sign language ID for which you want to get the information. |
| - (ZoomSDKSignInterpretationStatus) getSignInterpretationStatus |
Gets the sign interpretation status of current meeting.
References getSignInterpretationStatus.
Referenced by getSignInterpretationStatus.
| - (NSString *_Nullable) getSignInterpreterAssignedLanID |
Gets sign language ID if myself is a sign interpreter. Only for interpreter.
References getSignInterpreterAssignedLanID.
Referenced by getSignInterpreterAssignedLanID.
| - (NSArray< ZoomSDKSignInterpreter * > *_Nullable) getSignInterpreterList |
Gets the sign interpreters list.
References getSignInterpreterList.
Referenced by getSignInterpreterList.
| - (BOOL) isSignInterpretationEnabled |
Determines if the sign interpretation function is enabled.
References isSignInterpretationEnabled.
Referenced by isSignInterpretationEnabled.
| - (BOOL) isSignInterpreter |
Determines if myself is interpreter.
References isSignInterpreter.
Referenced by isSignInterpreter.
| - (ZoomSDKError) joinSignLanguageChannel: | (NSString *) | signLanguageId |
Join a sign language channel if myself is not a sign interpreter.
| signLanguageId | Specify the sign language channel ID. |
| - (ZoomSDKError) leaveSignLanguageChannel |
Off sign language if myself is not a sign interpreter.Only for non-interpreter. Available only for customized ui.
References leaveSignLanguageChannel.
Referenced by leaveSignLanguageChannel.
| - (ZoomSDKError) modifySignInterpreter: | (unsigned int) | userID | |
| signLanguageId: | (NSString *) | signLanguageId |
Modify the language of some sign interpreter.
| userID | The user's unique identity. |
| signLanguageId | The ID of sign language. |
| - (ZoomSDKError) removeSignInterpreter: | (unsigned int) | userID |
Removes someone from the list of sign interpreters.
| userID | Specify the user. |
| - (ZoomSDKError) requestSignLanguageInterpreterToTalk: | (unsigned int) | userID | |
| allowToTalk: | (BOOL) | allowToTalk |
Host allow or disallow sign language interpreter to talk.
| userID | The interpreter's user ID. |
| allowToTalk | YES indicates allow to talk, NO otherwise. |
| - (ZoomSDKError) startSignInterpretation |
Starts sign interpretation.
References startSignInterpretation.
Referenced by startSignInterpretation.
| - (ZoomSDKError) stopSignInterpretation |
Stops sign interppretation.
References stopSignInterpretation.
Referenced by stopSignInterpretation.
|
readwritenonatomicassign |
Delegate for receiving sign interpretation events.
Definition at line 103 of file ZoomSDKSignInterpretationController.h.