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
 Get the interpreter's user ID.
 
(NSInteger) - getLanguageID1
 Get the interpreter's first supported language ID.
 
(NSInteger) - getLanguageID2
 Get the interpreter's second supported language ID.
 
(BOOL) - isAvailable
 Determine is 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

Get the interpreter's first supported language ID.

Returns
Language ID.

◆ getLanguageID2

- (NSInteger) getLanguageID2

Get the interpreter's second supported language ID.

Returns
Language ID.

◆ getUserID

- (NSInteger) getUserID

Get the interpreter's user ID.

Returns
User ID of the interpreter.

◆ isAvailable

- (BOOL) isAvailable

Determine is currently available in the meeting.

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