Firepadvchat
Add live video chat to FirePad.io
Install / Use
/learn @songz/FirepadvchatREADME
Live video chat integration with FirePad.io
Add video chat with FirePad
How To Use:
- Add
videoChatTokBox.jsinto your html file
<script src="/videoChatTokBox.js"></script> - Create a dom element to contain your video chat
<div id="opentokVideos" style="..."></div> - Start your video chat by calling the following lines of code
- replace '1127' with your TokBox key and replace 'opentokVideos' with the id of the element you created in step 2:
a = new TBStart("1127", "opentokVideos");
a.startVideo();
View on GitHub60/100
Security Score
Audited on Dec 11, 2015
No findings
