Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKSignInterpreter Class Reference

#include <ZoomSDKSignInterpretationController.h>

Inherits NSObject.

Properties

unsigned int userID
 Get the user ID.
 
NSString * signLanguageID
 Get the language id of the sign interpreter support.
 
BOOL isAvailable
 Determine if sign interpreter is available.
 

Detailed Description

Definition at line 19 of file ZoomSDKSignInterpretationController.h.

Property Documentation

◆ isAvailable

- (BOOL) isAvailable
readnonatomicassign

Determine if sign interpreter is available.

Definition at line 32 of file ZoomSDKSignInterpretationController.h.

◆ signLanguageID

- (NSString*) signLanguageID
readnonatomiccopy

Get the language id of the sign interpreter support.

Definition at line 27 of file ZoomSDKSignInterpretationController.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID.

Definition at line 23 of file ZoomSDKSignInterpretationController.h.