Sendbird Live SDK for JavaScript offers a variety of functionalities for hosting and watching live events. As a live event's host, a user can create, share their media stream, and use the chat to communicate with other users watching the live event. Users can enter a live event as participants to watch the live event and use the chat to communicate with the live event's host as well as other users.
Note: Check our tutorial to learn how to build a live streaming app with Sendbird Live SDK for JavaScript.
A live event on Sendbird Live can be in the following four states, which are created, ready, ongoing, and ended. At every state, a live event's host and participants can each perform a select number of actions pertaining to the live event.
Host has created the live event. They can enter and exit without ending the live event. In this state, the host can also start and stop streaming and configure media settings.
Participants can't enter the live event.
Ready
Host is ready for participants to join. They can enter and exit without ending the live event. In this status, the host can also start and stop streaming and view their own media stream.
Participants can enter the live event and use the chat, but can't receive the host's media stream yet.
Ongoing
Host can turn on or off media stream, update live event information, and exit without ending live event. When the host exits the live event, the host's media stream is suspended.
Participants can receive the host's media stream and use the chat. When the host exits the live event, participants are notified the host is temporarily unavailable. They can still send messages to the chat during this time.
Ended
Host has ended the live event.
Participants are notified that the live event has ended.
A live event's host has the authority to create, enter, start, and end a live event as well as share their media stream during a live event. A host can exit without ending a live event. If the host doesn't return, one of the users selected to be a host can enter the live event as the new host to continue streaming.
The following is a list of functionalities available to a live event's host.
Users can watch a live event by entering the live event as participants. Participants can send messages to the chat and leave at anytime during the live event.
The following is a list of functionalities available to a live event's participants.