Socket
Socket
Sign inDemoInstall

tfx_module

Package Overview
Dependencies
252
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tfx_module

tfx webrtc agent as a module


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 30 Aug 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc