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

#include <ZoomSDKInterpretationController.h>

Inherits NSObject.

Instance Methods

(unsigned int) - getUserID
 Get the user ID.
 
(int) - getLanguageID1
 Get the language id of the interpreter support.
 
(int) - getLanguageID2
 Get the language id of the interpreter support.
 
(BOOL) - isAvailable
 Determine if the interpreter is available.
 

Detailed Description

Definition at line 29 of file ZoomSDKInterpretationController.h.

Method Documentation

◆ getLanguageID1

- (int) getLanguageID1

Get the language id of the interpreter support.

Returns
If the function succeeds, it will return language id.

◆ getLanguageID2

- (int) getLanguageID2

Get the language id of the interpreter support.

Returns
If the function succeeds, it will return language id.

◆ getUserID

- (unsigned int) getUserID

Get the user ID.

Returns
If the function succeeds, it will return user ID.

◆ isAvailable

- (BOOL) isAvailable

Determine if the interpreter is available.

Returns
YES means the interpreter is available and had join meeting,otherwise not.