Private constructorPrivate attendedPrivate joinPrivate localReadonly localAllows access to local streams and actions related to changing which local media is shared
Private lockPrivate managerPrivate ownPrivate participantsPrivate roomPrivate statusPrivate subscriptionReturns the ID of the conference
Returns the invitation to the conference if the participant was invited.
Indicates if the conference is being recorded
The timestamp when the join to this conference was completed
Returns the current status of the conference
Private bindInvites the voicemail to a conference
Optional mediaTypes: MediaTypesthe media types that will be used to call the voicemail
Private cancelPrivate getInvites a new participant to this conference
A participant can be both an internal or an external user.
Optional mediaTypes: Readonly<MediaTypes>the MediaTypes of this invitation
Arbitrary context that can be sent when making an invite
A promise with an object with two properties: SIP code (SIP code of the response) and whoAccepted (User id of the participant that accepted the invite).
Invites a list of new participant to this conference
Optional mediaTypes: Readonly<MediaTypes>Send a DTMF to the conference
The DTMF code to send
Private setCreate an attended call transfer towards a user in the system
user that will be inserted in conference.
a temporal conference with "target" to use for the attended transfer
Create an unattended call transfer towards a user in the system
the current media types will be used if nothing is specified
Static create
Provides access to methods for managing outgoing or incoming conferences. Conference objects are obtained calling ConferenceManager#createConference method or handling the
onIncomingevent of a connected ConferenceManager instance.