MXMeetParticipant Class Reference

Inherits from NSObject
Declared in MXMeetParticipant.h

Overview

A MXMeetParticipant object defines a participant device included in a meet, consisting of the related user information and the participant device state.

  participantId

The participant id.

@property (nonatomic, strong, readonly) NSString *participantId

Declared In

MXMeetParticipant.h

  uniqueId

The unique id of the related user.

@property (nonatomic, strong, readonly) NSString *uniqueId

Declared In

MXMeetParticipant.h

  orgId

The org id of the related user.

@property (nonatomic, strong, readonly, nullable) NSString *orgId

Declared In

MXMeetParticipant.h

  inVoIP

A boolean value indicating whether this participant joined VoIP.

@property (nonatomic, assign, readonly, getter=isInVoip) BOOL inVoIP

Declared In

MXMeetParticipant.h

  voipMuted

A boolean value indicating whether this participant’s VoIP is muted.

@property (nonatomic, assign, readonly, getter=isVoipMuted) BOOL voipMuted

Declared In

MXMeetParticipant.h

  inVideo

A boolean value indicating whether this participant joined in video.

@property (nonatomic, assign, readonly, getter=isInVideo) BOOL inVideo

Declared In

MXMeetParticipant.h

  cameraOn

A boolean value indicating whether this participant’s camera turned on.

@property (nonatomic, assign, readonly, getter=isCameraOn) BOOL cameraOn

Declared In

MXMeetParticipant.h

  inTelephony

A boolean value indicating whether this participant is in telephony.

@property (nonatomic, assign, readonly, getter=isInTelephony) BOOL inTelephony

Declared In

MXMeetParticipant.h

  pureTelephony

A boolean value indicating whether this participant joins meet via pure telephony.

@property (nonatomic, assign, readonly, getter=isPureTelephony) BOOL pureTelephony

Discussion

YES means this participant only joins via telephony, not from computer or app.

Declared In

MXMeetParticipant.h

  telephonyMuted

A boolean value indicating whether this participant’s telephony is muted.

@property (nonatomic, assign, readonly, getter=isTelephonyMuted) BOOL telephonyMuted

Declared In

MXMeetParticipant.h

  state

The status of this participant.

@property (nonatomic, assign, readonly) MXMeetParticipantState state

Declared In

MXMeetParticipant.h

  updateType

The update type of this participant.

@property (nonatomic, assign, readonly) MXMeetParticipantUpdateType updateType

Declared In

MXMeetParticipant.h