Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSignInterpreter Class 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.
 

Detailed Description

Represent a sign language interpreter user and their assigned language.

Definition at line 29 of file ZoomSDKSignInterpretationController.h.

Property Documentation

◆ isAvailable

- (BOOL) isAvailable
readnonatomicassign

Determine if the interpreter is currently available in the meeting.

Returns
YES if available, otherwise NO.

Definition at line 42 of file ZoomSDKSignInterpretationController.h.

◆ signLanguageID

- (NSString*) signLanguageID
readnonatomiccopy

Get the language ID supported by the sign interpreter.

Definition at line 37 of file ZoomSDKSignInterpretationController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID of the sign interpreter.

Definition at line 33 of file ZoomSDKSignInterpretationController.h.