Socket
Socket
Sign inDemoInstall

tfx_module

Package Overview
Dependencies
254
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "tfx_module",
"version": "1.2.1",
"version": "1.2.2",
"description": "tfx webrtc agent as a module",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -9,17 +9,24 @@ # TFX

First Header | Second Header
First Header | Second Header
------------------------| -------------
TFXlocalVideo | Content Cell
TFXremoteVideo | Content Cell
TFXlocalStream | Content Cell
TFXremoteStream | Content Cell
TFXgetRoom | Content Cell
TFXjoinRoom | Content Cell
TFXclose | Content Cell
TFXPluginFunction | Content Cell
TFXPluginShareFunction | Content Cell
TFXstats | Content Cell
TFXvoiceoff/TFXvoiceon | Content Cell
TFXvideooff/TFXvideoon | Content Cell
TFXlocalVideo | Get local Video
TFXremoteVideo | Get Remote Videos
TFXlocalStream | get Media Stream/Track Obvject for local Stream
TFXremoteStream | get Media Stream/Track Obvject for remote Stream
TFXgetRoom | Create a Room based on enetered name
TFXjoinRoom | Get a existing room based on enteered name
TFXclose | Close the current TFX session
TFXPluginFunction | Add plugins
TFXPluginShareFunction | Add screenshare Plugin
TFXstats | Get stats report form WebRTC call
TFXvoiceoff/TFXvoiceon | Mute and Unmute audio
TFXvideooff/TFXvideoon | Mute and Unmute video
Creating a Sample webrtc based video call requires
```
<script src="js/control.js"></script>
<script src="js/tfx.js"></script>
<script src="js/widget.js"></script>
<script src="js/broplug.js"></script>
```
This also includes unit test cases
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc