Joining a session
In this guide you will learn to connect your application to a video session.
Prerequisite
You will need a valid Vonage Video API account, if you don't have one you can sign up for a free trial.
You should also ensure that you have created a session and generated a token for all users involved
Getting started
- Initializing a session object: Initialize a session object in your programming language of choice.
- Connecting to a session: Learn to connect a client to a session.
- Disconnecting from a session: Disconnect a client from a session
- Detect disconnections: Handling client disconnection.
- Troubleshooting: Common session errors and how to handle them (Javascript Only).