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

The source code

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

The example source code has a modular structure:

  • main.html - html page
  • main.css - styles
  • config.json - config file for the client
  • main.js - main logic
  • 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