ConferenceManager
Methods
createConference
createConference(settings: ):
Creates a conference instance.
The conference should be than started via the Conference.join method.
Parameters
settings:
Conference settings with additional conference parameters, such as preferred video codec, custom data, extra headers, etc.
Returns
type:
Throws
RequiredParameterError if the conference name is undefined or an empty string
getConferences
getConferences(): Map<string, Conference>
Returns a map of actual conferences with their ids.
Returns
type:
Map<string, Conference>