New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tfx_module

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tfx_module

tfx webrtc agent as a module

  • 1.2.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

TFX

TFX WebRTC agent

usuage

Import the scripts form the module directly , while keeping the websrever around node_modules package too.

Methods are provided for following

First HeaderSecond Header
TFXlocalVideoGet local Video
TFXremoteVideoGet Remote Videos
TFXlocalStreamget Media Stream/Track Obvject for local Stream
TFXremoteStreamget Media Stream/Track Obvject for remote Stream
TFXgetRoomCreate a Room based on enetered name
TFXjoinRoomGet a existing room based on enteered name
TFXcloseClose the current TFX session
TFXPluginFunctionAdd plugins
TFXPluginShareFunctionAdd screenshare Plugin
TFXstatsGet stats report form WebRTC call
TFXvoiceoff/TFXvoiceonMute and Unmute audio
TFXvideooff/TFXvideoonMute 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

FAQs

Package last updated on 30 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc