Skip to content

Vonage-Community/workshop-video_api-personal_live_stream_platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vonage Video API Web Components x Personal Live Stream Platform

This demo was created with Stackblitz's Static Starter App to create a barebones applications to focus on integrating the Web Components into a personal live stream platform.

Deployed application:

Open in StackBlitz

Note: There is a devDependency in the project that is only necessary to run the demo on StackBlitz. If you download the code, you should be able to just open the index.html file in a browser to see it working.

The Parts

Host: The person doing the live stream

  • <video-publisher> : Initializes a publisher and publishes to the session. more info
  • <video-subscribers> : Subscribes and displays other streams in the session. more info
  • <screen-share> : Adds ability to allow user to share their screen. more info
  • <live-chat> : Allows for real-time chat. more info
  • <live-poll-control> : Allows for creation and management of a poll. more info

Viewer: The person watching the live stream

  • <video-subscriber> : Subscribes and displays an individual stream in the session. more info
  • <live-chat> : Allows for real-time chat. more info
  • <live-poll> : Allows for real-time poll voting. more info

About

Sample application used in Create a Personal Live Stream Platform workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published