Private
Optional
conferencePrivate
conferencePrivate
conferencePrivate
defaultPrivate
localPrivate
ownPrivate
permissionPrivate
subscriptionCreates a new conference room
Optional
recording?: booleanboolean indicating whether the conference is going to be recorded or not. This applies only if the user has PermissionManager.canSetRecordOption permission
Gets a conference
Room data used to create the conference
fulfilled when the response is received
Private
getPrivate
getPrivate
getReturns a ConferenceLog reference
Asks the server for the current invitations available to the user
Get a conference for a meeting
Optional
password: stringfulfilled when the response is received
thrown when trying to access the conference before scheduled time
thrown when the conference is protected by password and the password is not recived or is not valid.
Gets a quick conference
fulfilled when the response is received
Sets the constraints that will be used as initial value for media requests when initializing conferences. For more information about valid values see https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamConstraints
conferenceManager.setDefaultMediaConstraints({
audio: {
autoGainControl: true,
echoCancellation: true,
noiseSuppression: true,
},
video: true,
});
This class provides access to every conference related feature This class must never be directly instantiated, instances of this class can be obtained using Session#getConferenceManager.