ConferenceEvents

Add the following line to your scenario code to use the events: require(Modules.Conference);

View as Markdown

Values

ConferenceError
'Conference.Error'

Triggers in case of errors in the conference.

Started
'Conference.Started'

Triggered when the conference has started. I.e., the call of VoxEngine.createConference triggers the event.

Stopped
'Conference.Stopped'

Triggered when the conference is stopped. I.e., the call of Conference.stop triggers the event.

EndpointAdded
'Conference.EndpointAdded'

Triggered when the endpoint is added.

EndpointUpdated
'Conference.EndpointUpdated'

Triggered when the endpoint is updated.

EndpointRemoved
'Conference.EndpointRemoved'

Triggered when the endpoint is removed.

EndpointManaged
'Conference.EndpointManaged'

Triggered when the endpoint is manged.