Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Image Added

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

...