Video API
Overview
Release Notes
Discover & Test
Build Your Solution
Client SDKs
Migration Guides
OpenTok Server SDK Transition Guides
Guides
Overview
Create a Token
Create a Session
Joining a Session
Getting Started
Initializing a Session Object
Connecting to a session
Disconnect from a Session
Detecting when you have disconnected
Automatic reconnection
Detecting when clients have connected and disconnected
Troubleshooting session connection issues (Javascript)
Troubleshooting session connection issues (React Native)
Audio fallback
Moderation
Publishing Streams
Subscribe to Streams
Overview
Detect when streams are created in a session
Subscribe to a stream
Automatic reconnection
Detecting when streams end and a subscriber's video is disabled
Getting information about a stream
Unsubscribe from a stream (Javascript only)
Managing subscriber streams (Javascript Only)
Managing subscriber streams (React Native)
Troubleshooting (Javascript Only)
UI Customization
General customization
Swift
Web Only
Directly accessing the video element for a Publisher or Subscriber
Displaying a custom UI element when Subscriber audio is blocked
Adjusting video cropping and letterboxing
Hiding all built-in user interface controls for videos
Displaying or hiding the name in a video
Setting an image to display in audio-only mode
Setting the initial position and dimensions of a video
Accessing MediaStream objects
Accessing MediaStream objects for Subscribers
Resizing or repositioning a video
Getting a snapshot image of a video
Management & Signaling
Video Session Customization
Archiving
Broadcast
Experience Composer
SIP Interconnect
AI Connectors
Media Processor
Additional Resources
Security
Networking & Environment
Tools & Debugging
Tutorials
API Reference
Developer Tools
Vonage Video API Reference App for React
Manage & Support
Video Express
Video + AI
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).
Navigation
Joining a session
Prerequisite
Getting started