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

Represent interpretation language information. More...

#include <MobileRTCMeetingService+Interpretation.h>

Inherits NSObject.

Properties

NSString * languageName
 Get sign language id.
 
NSString * languageID
 Get sign language name.
 

Detailed Description

Represent interpretation language information.

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

Property Documentation

◆ languageID

- (NSString*) languageID
readwritenonatomiccopy

Get sign language name.

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

◆ languageName

- (NSString*) languageName
readwritenonatomiccopy

Get sign language id.

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