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 228 of file MobileRTCMeetingService+Interpretation.h.

Property Documentation

◆ languageID

- (NSString*) languageID
readwritenonatomiccopy

Get sign language name.

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

◆ languageName

- (NSString*) languageName
readwritenonatomiccopy

Get sign language id.

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