Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

This is a basic video conference example which uses SFU SDK. In this example client can join the conference and publish audio/video/screen sharing for other participants to see.

Analyzing the code


Contents:

  • main.html - html page
  • main.js - main logic
  • main.css - styles
  • config.json - config file for the client
  • controls.js - code that handles client controls
  • chat.js - code that handles conference chat
  • display.js - code that is responsible for displaying local and remote media
  • util.js - utility file


  • No labels