1.2.2 • Published 9 years ago

tfx_module v1.2.2

Weekly downloads
1
License
MIT
Repository
-
Last release
9 years ago

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