MXMeetParticipantState Constants Reference

Declared in MXMeetParticipant.h

MXMeetParticipantState

The status of the meeting’s participants

  • MXMeetParticipantStatusInvited: The participant was invited and not joined yet
  • MXMeetParticipantStatusNoResponse: The participant was invited and not joined in a period of time
  • MXMeetParticipantStatusJoined: The participant has joined
  • MXMeetParticipantStatusLeft: The participant has left

Definition

typedef NS_ENUM(NSInteger, MXMeetParticipantState ) {
   MXMeetParticipantStateInvited = 0,
   MXMeetParticipantStateNoResponse,
   MXMeetParticipantStateJoined,
   MXMeetParticipantStateLeft,
};

Constants

MXMeetParticipantStateInvited

The status of the meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantStateNoResponse

The status of the meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantStateJoined

The status of the meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantStateLeft

The status of the meeting’s participants

Declared In MXMeetParticipant.h.

Declared In

MXMeetParticipant.h