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
 Get the user ID.
 
BOOL available
 Determine if the sign interpreter is available.
 
NSString * userName
 Get sign user name.
 
NSString * email
 Get sign email.
 
NSString * languageName
 Get sign language name.
 
NSString * languageID
 Get the language id of the sign interpreter support.
 

Detailed Description

Object of interpreter.

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

Property Documentation

◆ available

- (BOOL) available
readwritenonatomicassign

Determine if the sign interpreter is available.

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

◆ email

- (NSString*) email
readwritenonatomiccopy

Get sign email.

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

◆ languageID

- (NSString*) languageID
readwritenonatomiccopy

Get the language id of the sign interpreter support.

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

◆ languageName

- (NSString*) languageName
readwritenonatomiccopy

Get sign language name.

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

◆ userID

- (NSUInteger) userID
readwritenonatomicassign

Get the user ID.

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

◆ userName

- (NSString*) userName
readwritenonatomiccopy

Get sign user name.

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