MXMeetParticipantUpdateType Constants Reference

Declared in MXMeetParticipant.h

MXMeetParticipantUpdateType

The update type of meeting’s participants

  • MXParticipantUpdateTypeNone: The participant has no update
  • MXParticipantUpdateTypeVoIP: The participant has updated VoIP status
  • MXParticipantUpdateTypeTelephony: The participant has updated telephony status
  • MXParticipantUpdateTypeVideo: The participant has update video status

Definition

typedef NS_ENUM(NSInteger, MXMeetParticipantUpdateType ) {
   MXMeetParticipantUpdateTypeNone = 0,
   MXMeetParticipantUpdateTypeVoIP = 1 < < 0,
   MXMeetParticipantUpdateTypeTelephony = 1 < < 1,
   MXMeetParticipantUpdateTypeVideo = 1 < < 2,
};

Constants

MXMeetParticipantUpdateTypeNone

The update type of meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantUpdateTypeVoIP

The update type of meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantUpdateTypeTelephony

The update type of meeting’s participants

Declared In MXMeetParticipant.h.

MXMeetParticipantUpdateTypeVideo

The update type of meeting’s participants

Declared In MXMeetParticipant.h.

Declared In

MXMeetParticipant.h