Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingInterpreter Class Reference

The information of interpreter. More...

#include <MobileRTCMeetingService+Interpretation.h>

Inherits NSObject.

Instance Methods

(NSInteger) - getUserID
 Gets the interpreter's user ID.
 
(NSInteger) - getLanguageID1
 Gets the interpreter's first supported language ID.
 
(NSInteger) - getLanguageID2
 Gets the interpreter's second supported language ID.
 
(BOOL) - isAvailable
 Determines if currently available in the meeting.
 

Detailed Description

The information of interpreter.

Definition at line 34 of file MobileRTCMeetingService+Interpretation.h.

Method Documentation

◆ getLanguageID1

- (NSInteger) getLanguageID1

Gets the interpreter's first supported language ID.

Returns
The language ID.

◆ getLanguageID2

- (NSInteger) getLanguageID2

Gets the interpreter's second supported language ID.

Returns
The language ID.

◆ getUserID

- (NSInteger) getUserID

Gets the interpreter's user ID.

Returns
The user ID of the interpreter.

◆ isAvailable

- (BOOL) isAvailable

Determines if currently available in the meeting.

Returns
YES if the interpreter is available and has joined the meeting. Otherwise, NO.