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 7 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.

On the screenshot below two participants are in the room, publishing streams in two encodings 720p and 360p

Analyzing the code

To analyze the source code take the version with tag f8ea43b which is available here, and can be downloaded in SFU SDK build 1.0.1.25

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