|
Meeting SDK for macOS API Reference
|
Represent a sign language interpreter user and their assigned language. More...
#include <ZoomSDKSignInterpretationController.h>
Inherits NSObject.
Properties | |
| unsigned int | userID |
| Gets the user ID of the sign interpreter. | |
| NSString * | signLanguageID |
| Gets the language ID supported by the sign interpreter. | |
| BOOL | isAvailable |
| Determines if the interpreter is currently available in the meeting. | |
Represent a sign language interpreter user and their assigned language.
Definition at line 29 of file ZoomSDKSignInterpretationController.h.
|
readnonatomicassign |
Determines if the interpreter is currently available in the meeting.
Definition at line 42 of file ZoomSDKSignInterpretationController.h.
|
readnonatomiccopy |
Gets the language ID supported by the sign interpreter.
Definition at line 37 of file ZoomSDKSignInterpretationController.h.
|
readnonatomicassign |
Gets the user ID of the sign interpreter.
Definition at line 33 of file ZoomSDKSignInterpretationController.h.