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
 The sign language name.
 
NSString * languageID
 The sign language ID.
 

Detailed Description

Represent interpretation language information.

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

Property Documentation

◆ languageID

- (NSString*) languageID
readwritenonatomiccopy

The sign language ID.

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

◆ languageName

- (NSString*) languageName
readwritenonatomiccopy

The sign language name.

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