Publishing a stream
In this guide you will learn how to publish streams that other connected clients can view.
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, generated a token and connected to a session.
Getting started
- Initializing a publisher object: To begin publishing streams you will need to initialize the publisher object provided by your client SDK of choice.
- Publishing a stream: In this section you will learn how to publish a stream in your language/platform of choice.
- Stop a publisher from streaming: Here you will learn to assign publishing rights to users.
- Getting statistics about a publisher's stream: The statistics provides you with information on the state of your streams.
- Testing a publisher's stream: Learn to test your streams to ensure they work as expected.