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
 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.
 

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

Determines 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

Gets the language ID supported by the sign interpreter.

Definition at line 37 of file ZoomSDKSignInterpretationController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Gets the user ID of the sign interpreter.

Definition at line 33 of file ZoomSDKSignInterpretationController.h.