Question
What is Session Monitoring feature, and how does it work?
Applies To
- Vonage Video API
- Session Monitoring
Answer
The Session Monitoring feature allows a customer to register a callback URL that will be called when the Vonage Video API platform detects session events. The events that trigger the callback are:
- connectionCreated
- connectionDestroyed
- streamCreated
- streamDestroyed
- sessionCreated
- sessionDestroyed
Additional Information
For more information, see our developer center page on Session Monitoring in Video API OpenTok Environment or Session Monitoring in Video API Unified Environment.
To configure session monitoring, see How to Configure Session Monitoring Callbacks.
Related to:
Articles in this section
- Identifying the source of events in Vonage Video Session Monitoring
- What is Session Monitoring?
- How to Configure Session Monitoring Callbacks
- What can callback events be used for?
- Is Session monitoring real-time?
- Do you guarantee the callback event delivery?
- What happens to the callback events if my application server goes down?
- How can I test that the Callback URL is working?