Private _icePrivate _idRoom identifier
Private _inviteInvitation when user doesn't joined the conference.
Private _leftTrue if leave method was called
Private _participantsUser identifiers that participate on a conference.
Private _pendingContains a list of pending invitations (still not accepted/rejected by remote peer) transaction identifiers. Used to cancel a previous invitation and determine if an user has been invited.
Private _recordIndicates if conference is being recorded
Private _roomJanus client
Private _serverConference server
Private _sessionServer client
Private _tokenConference access token
Private _uninitializingPrivate callPrivate dependenciesPrivate destroyedPrivate localPrivate localPrivate mediaPrivate mutePrivate mutePrivate parallelPrivate participantPrivate remotePrivate remotePrivate sipPrivate speakerPrivate subscriptionConference identifier
Indicate if invited
Check if conference is on hold state.
Indicate if joined
Current local streams.
Conference participants, expressed as a list of current user identifiers
True if conference is being recorded
Current remote streams.
Server session.
Current conference streams.
Cancels the in progress attended call transfer.
who must be inserted in conference.
Create an attended call transfer towards a user in the system
user that will be inserted in conference.
user who will stay in the transferred conference
Private createExecutes the in progress attended call transfer.
who must be inserted in conference.
Private initAdd participant to this conference.
user name to add.
the mediatypes requested to the new participant.
Optional requestId: stringthe ID of the request that generated this invitation.
Optional context: Record<string, string>arbitrary context that can be sent to invites
resolved with a boolean value that indicates if remote accepts the invitation.
if participant is already present on conference or a pending invitation exists.
Leaves this conference or rejects a previous invitation.
Optional errorCode: numberthe rejection cause when an invitation is received and the conference has not been joined.
resolved on success with self reference.
when already joined or a previous invitation was not received.
Private onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate onPrivate removeStarts recording this conference
Stops conference recording
Create an unattended call transfer towards a user in the system
user name to call.
the mediatypes requested to the new participant.
Private uninitPrivate uninitUpdates instance properties with data returned by a signaling server
server data
Conference ice servers