ConferenceStatusResult

deprecated

Note: This model is deprecated in SDK 3.6.

The ConferenceStatusResult model gathers conference information, such as the ID, alias, and information if it is live. It also allows getting a list of conference participants.
This object can be accessed through the Rest API usage.

Available in the package com.voxeet.sdk.events.restapi.ConferenceStatusResult.

Properties

conferenceId (String)

The conference ID.


conferenceAlias (String)

The conference alias.


startTimestamp (long)


isLive (boolean)

Flag indicating the current live status.

Methods

getConferenceUsers

getConferenceUsers(): List<Participant>

Get a copy of the participants' list.

Returns: @NonNull List<Participant> - list of participants