@flashphoner/sfusdk 1.0.1-37 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -87,7 +87,7 @@ cp -r out/* /var/www/html/flashphoner-sfu-test
87
87
 
88
88
  [SFU functions description](https://docs.flashphoner.com/display/WCS52EN/SFU+functions+with+Simulcast)
89
89
  [SFU SDK documentation](https://docs.flashphoner.com/display/SS1E/SFU+SDK+1.0+-+EN)
90
- [SFU client example description](https://docs.flashphoner.com/display/SS1E/SFU+client)
90
+ [SFU examples description](https://docs.flashphoner.com/display/SS1E/SFU+SDK+Examples)
91
91
  [API documentation](http://flashphoner.com/docs/api/WCS5/client/sfu-sdk/latest)
92
92
 
93
93
  ## Known issues
@@ -1,4 +1,4 @@
1
- SFU SDK - 1.0.1-37
1
+ SFU SDK - 1.0.40
2
2
 
3
3
  [Download builds](https://docs.flashphoner.com/display/SS1E/Release+notes)
4
4
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@flashphoner/sfusdk",
3
3
  "description": "Official Flashphoner WebCallServer SFU SDK package",
4
- "version": "1.0.1-37",
4
+ "version": "1.0.40",
5
5
  "scripts": {
6
6
  "test": "jest --runInBand"
7
7
  },