Versions Compared

Key

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

SFU SDK is a client development kit for Flashphoner's Selective Forwarding Unit (SFU) with Simulcast feature. Use it to develop complex video rooms and conferences.

Working with the source code of the examples on your Web server

To work with demo examples on your own Apache, Nginx, Tomcat, IIS, or any other Web server, use the latest available build from this page

The bundle looks as follows:

doc - JavaScript API documentation
examples – demo examples
sfu.js – the main API file you should add to your web page, it enables all supported technologies.
sfu-extended.js - the main API file with additional features.

Demo examples are described in this sectionSFU SDK works with WCS builds since 5.2.1056.

Resources

VersionDownloadNPMBrowserAPI docs
1.0Release notes@flashphoner/sfusdksfu.jslatest
2.0Release notes@flashphoner/sfusdksfu.jsnot needed (TypeScrypt)

Browser demo examples are described in this section

Differences between versions

Version 1.0 (not supported) is written in JavaScript and may be used in browser only. Version 2.0 is written in TypeScript and may be used in Node.js projects, in Electron for example