|
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 |
| Get the user ID of the sign interpreter. | |
| NSString * | signLanguageID |
| Get the language ID supported by the sign interpreter. | |
| BOOL | isAvailable |
| Determine 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 |
Determine if the interpreter is currently available in the meeting.
Definition at line 42 of file ZoomSDKSignInterpretationController.h.
|
readnonatomiccopy |
Get the language ID supported by the sign interpreter.
Definition at line 37 of file ZoomSDKSignInterpretationController.h.
|
readnonatomicassign |
Get the user ID of the sign interpreter.
Definition at line 33 of file ZoomSDKSignInterpretationController.h.