Meeting SDK for macOS API Reference
|
Represent an interpreter user and their supported languages. More...
#include <ZoomSDKInterpretationController.h>
Inherits NSObject.
Instance Methods | |
(unsigned int) | - getUserID |
Get the interpreter's user ID. | |
(int) | - getLanguageID1 |
Get the interpreter's first supported language ID. | |
(int) | - getLanguageID2 |
Get the interpreter's second supported language ID. | |
(BOOL) | - isAvailable |
Determine is currently available in the meeting. | |
Represent an interpreter user and their supported languages.
Definition at line 43 of file ZoomSDKInterpretationController.h.
- (int) getLanguageID1 |
Get the interpreter's first supported language ID.
- (int) getLanguageID2 |
Get the interpreter's second supported language ID.
- (unsigned int) getUserID |
Get the interpreter's user ID.
- (BOOL) isAvailable |
Determine is currently available in the meeting.