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

A class that contains information of a user in the webinar. More...

#include <MobileRTCMeetingUserInfo.h>

Inherits NSObject.

Properties

NSUInteger userID
 The user ID.
 
BOOL isMySelf
 Determines if the information corresponds to the current user.
 
NSString *_Nullable userName
 The screen name of the user.
 
MobileRTCUserRole userRole
 The type of role of the user specified by the current information.
 
BOOL handRaised
 Indicates if the user raised their hand.
 
BOOL isAttendeeCanTalk
 Indicates if the attendee can talk.
 
MobileRTCAudioStatus *_Nullable audioStatus
 The user's audio status in the webinar meeting.
 

Detailed Description

A class that contains information of a user in the webinar.

Definition at line 297 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ audioStatus

- (MobileRTCAudioStatus* _Nullable) audioStatus
readwritenonatomicretain

The user's audio status in the webinar meeting.

Definition at line 332 of file MobileRTCMeetingUserInfo.h.

◆ handRaised

- (BOOL) handRaised
readwritenonatomicassign

Indicates if the user raised their hand.

Definition at line 322 of file MobileRTCMeetingUserInfo.h.

◆ isAttendeeCanTalk

- (BOOL) isAttendeeCanTalk
readwritenonatomicassign

Indicates if the attendee can talk.

Definition at line 327 of file MobileRTCMeetingUserInfo.h.

◆ isMySelf

- (BOOL) isMySelf
readwritenonatomicassign

Determines if the information corresponds to the current user.

Definition at line 307 of file MobileRTCMeetingUserInfo.h.

◆ userID

- (NSUInteger) userID
readwritenonatomicassign

The user ID.

Definition at line 302 of file MobileRTCMeetingUserInfo.h.

◆ userName

- (NSString* _Nullable) userName
readwritenonatomiccopy

The screen name of the user.

Definition at line 312 of file MobileRTCMeetingUserInfo.h.

◆ userRole

- (MobileRTCUserRole) userRole
readwritenonatomicassign

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

Definition at line 317 of file MobileRTCMeetingUserInfo.h.