CreateConferenceResult

The CreateConferenceResult model keeps the results of a conference API call, such as the conference ID and alias. It also checks if the conference is new.

Available in the package com.voxeet.sdk.models.v1.CreateConferenceResult.

Properties

conferenceId (String)

Keeps the conference ID generated by Voxeet servers.


conferenceAlias (String)

Keeps the conference alias if provided by developers.


isNew (boolean)

Indicates if a conference creation leads to a new conference or it already existed.


ownerToken (String)

owner Conference Access Token.