Rate this page:

ConferenceManager

Methods

createConference

Copy URL
createConference(settings: 

ConferenceSettings

):

Conference

Creates a conference instance.

The conference should be than started via the Conference.join method.

Parameters

  • Conference settings with additional conference parameters, such as preferred video codec, custom data, extra headers, etc.

Returns

Throws

RequiredParameterError if the conference name is undefined or an empty string

getConferences

Copy URL
getConferences(): 

Map<string, Conference>

Returns a map of actual conferences with their ids.

Returns