ConferenceStatus

The ConferenceStatus model represents the following conference states:

  • Default
  • Creating
  • Created
  • Joining
  • Joined
  • The first participant joined
  • No more participants are in the conference
  • Leaving
  • Left

The isValid method checks if the state is valid.

Available in the package com.voxeet.sdk.services.conference.information.ConferenceStatus.

Methods

isValid

isValid(): boolean

Checks if the current state is valid. It corresponds to the attended conference.

Returns: boolean - a boolean indicating if a conference is valid.