iOS API
|
Instance Methods | |
(BOOL) | - isInterpretationEnabled |
Determine if interpretation feature is enabled in the meeting. | |
(BOOL) | - isInterpretationStarted |
Determine if interpretation has been started by host. | |
(BOOL) | - isInterpreter |
Determine if myself is interpreter. | |
(MobileRTCInterpretationLanguage *_Nullable) | - getInterpretationLanguageByID: |
Get the interpretation language object of specified language ID. More... | |
(NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getAllLanguageList |
Get the all interpretation language list. More... | |
(NSArray< MobileRTCMeetingInterpreter * > *_Nullable) | - getInterpreterList |
Get the interpreters list. More... | |
(BOOL) | - addInterpreter:lan1:andLan2: |
Add someone as a interpreter. More... | |
(BOOL) | - removeInterpreter: |
Remove some interpreter. More... | |
(BOOL) | - modifyInterpreter:lan1:andLan2: |
modify the language of some interpreter. More... | |
(BOOL) | - startInterpretation |
Start interpretation. More... | |
(BOOL) | - stopInterpretation |
Stop interpretation. More... | |
(NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getAvailableLanguageList |
Get the available interpretation language list. More... | |
(BOOL) | - joinLanguageChannel: |
Join some language channel. More... | |
(NSInteger) | - getJoinedLanguageID |
Get the language ID which myself is in. More... | |
(BOOL) | - turnOffMajorAudio |
Turn off the major audio, if you are in some interpreter language channel. More... | |
(BOOL) | - turnOnMajorAudio |
Turn on the major audio, if you are in some interpreter language channel. More... | |
(BOOL) | - isMajorAudioTurnOff |
Determine if the major audio is off. More... | |
(NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getInterpreterLans |
Get languages if myself is a interpreter. More... | |
(BOOL) | - setInterpreterActiveLan: |
Set a language channel which myself will be in, if myself is a interpreter. More... | |
(NSInteger) | - getInterpreterActiveLan |
Get the active language ID, if myself is a interpreter. More... | |
- (BOOL) addInterpreter: | (NSUInteger) | userID | |
lan1: | (NSInteger) | lanID1 | |
andLan2: | (NSInteger) | lanID2 | |
Add someone as a interpreter.
userID | Specify the user. |
lanID1 | Specify the language1. |
lanID2 | Specify the language2. |
Extends class MobileRTCMeetingService.
- (NSArray <MobileRTCInterpretationLanguage *> * _Nullable) getAllLanguageList |
Get the all interpretation language list.
Extends class MobileRTCMeetingService.
- (NSArray <MobileRTCInterpretationLanguage *> * _Nullable) getAvailableLanguageList |
Get the available interpretation language list.
Extends class MobileRTCMeetingService.
- (MobileRTCInterpretationLanguage * _Nullable) getInterpretationLanguageByID: | (NSInteger) | lanID |
Get the interpretation language object of specified language ID.
lanID | Specify the language ID for which you want to get the information. |
Extends class MobileRTCMeetingService.
- (NSInteger) getInterpreterActiveLan |
Get the active language ID, if myself is a interpreter.
Extends class MobileRTCMeetingService.
- (NSArray <MobileRTCInterpretationLanguage *> * _Nullable) getInterpreterLans |
Get languages if myself is a interpreter.
Extends class MobileRTCMeetingService.
- (NSArray <MobileRTCMeetingInterpreter *> * _Nullable) getInterpreterList |
Get the interpreters list.
Extends class MobileRTCMeetingService.
- (NSInteger) getJoinedLanguageID |
Get the language ID which myself is in.
Extends class MobileRTCMeetingService.
- (BOOL) isMajorAudioTurnOff |
Determine if the major audio is off.
Extends class MobileRTCMeetingService.
- (BOOL) joinLanguageChannel: | (NSInteger) | lanID |
Join some language channel.
lanID | Specify the language channel. |
Extends class MobileRTCMeetingService.
- (BOOL) modifyInterpreter: | (NSUInteger) | userID | |
lan1: | (NSInteger) | lanID1 | |
andLan2: | (NSInteger) | lanID2 | |
modify the language of some interpreter.
userID | Specify the interpreter. |
lanID1 | Specify the new language1. |
lanID2 | Specify the new language2. |
Extends class MobileRTCMeetingService.
- (BOOL) removeInterpreter: | (NSUInteger) | userID |
Remove some interpreter.
userID | Specify the interpreter. |
Extends class MobileRTCMeetingService.
- (BOOL) setInterpreterActiveLan: | (NSInteger) | activeLanID |
Set a language channel which myself will be in, if myself is a interpreter.
activeLanID | Specify the active language. |
Extends class MobileRTCMeetingService.
- (BOOL) startInterpretation |
- (BOOL) stopInterpretation |
- (BOOL) turnOffMajorAudio |
Turn off the major audio, if you are in some interpreter language channel.
Extends class MobileRTCMeetingService.
- (BOOL) turnOnMajorAudio |
Turn on the major audio, if you are in some interpreter language channel.
Extends class MobileRTCMeetingService.