ConferenceEvents
Add the following line to your scenario code to use the events: require(Modules.Conference);
Values
ConferenceError
Triggers in case of errors in the conference.
Started
Triggered when the conference has started. I.e., the call of VoxEngine.createConference triggers the event.
Stopped
Triggered when the conference is stopped. I.e., the call of Conference.stop triggers the event.
EndpointAdded
Triggered when the endpoint is added.
EndpointUpdated
Triggered when the endpoint is updated.
EndpointRemoved
Triggered when the endpoint is removed.
EndpointManaged
Triggered when the endpoint is manged.