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

Object of interpreter. More...

#include <MobileRTCMeetingService+Interpretation.h>

Inherits NSObject.

Properties

NSUInteger userID
 The user ID.
 
BOOL available
 YES if the sign interpreter is available. Otherwise, NO.
 
NSString * userName
 The sign user name.
 
NSString * email
 The sign email.
 
NSString * languageName
 The sign language name.
 
NSString * languageID
 The language ID of the sign interpreter support.
 

Detailed Description

Object of interpreter.

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

Property Documentation

◆ available

- (BOOL) available
readwritenonatomicassign

YES if the sign interpreter is available. Otherwise, NO.

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

◆ email

- (NSString*) email
readwritenonatomiccopy

The sign email.

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

◆ languageID

- (NSString*) languageID
readwritenonatomiccopy

The language ID of the sign interpreter support.

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

◆ languageName

- (NSString*) languageName
readwritenonatomiccopy

The sign language name.

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

◆ userID

- (NSUInteger) userID
readwritenonatomicassign

The user ID.

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

◆ userName

- (NSString*) userName
readwritenonatomiccopy

The sign user name.

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