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

The information of user in the webinar. More...

#import <MobileRTCMeetingUserInfo.h>

Inherits NSObject.

Properties

NSUInteger userID
 The ID of user.
 
BOOL isMySelf
 Determine if the information corresponds to the current user.
 
NSString *_Nullable userName
 The screen name of user.
 
MobileRTCUserRole userRole
 the type of role of the user specified by the current information.
 
BOOL handRaised
 The user raised his hand.
 
BOOL isAttendeeCanTalk
 Attendee can talk or not.
 
MobileRTCAudioStatus *_Nonnull audioStatus
 User's audio status in the webinar meeting.
 

Detailed Description

The information of user in the webinar.

Definition at line 230 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ audioStatus

- (MobileRTCAudioStatus* _Nonnull) audioStatus
readwritenonatomicretain

User's audio status in the webinar meeting.

Definition at line 258 of file MobileRTCMeetingUserInfo.h.

◆ handRaised

- (BOOL) handRaised
readwritenonatomicassign

The user raised his hand.

Definition at line 250 of file MobileRTCMeetingUserInfo.h.

◆ isAttendeeCanTalk

- (BOOL) isAttendeeCanTalk
readwritenonatomicassign

Attendee can talk or not.

Definition at line 254 of file MobileRTCMeetingUserInfo.h.

◆ isMySelf

- (BOOL) isMySelf
readwritenonatomicassign

Determine if the information corresponds to the current user.

Definition at line 238 of file MobileRTCMeetingUserInfo.h.

◆ userID

- (NSUInteger) userID
readwritenonatomicassign

The ID of user.

Definition at line 234 of file MobileRTCMeetingUserInfo.h.

◆ userName

- (NSString* _Nullable) userName
readwritenonatomicretain

The screen name of user.

Definition at line 242 of file MobileRTCMeetingUserInfo.h.

◆ userRole

- (MobileRTCUserRole) userRole
readwritenonatomicassign

the type of role of the user specified by the current information.

Definition at line 246 of file MobileRTCMeetingUserInfo.h.