VoxImplant Video Conference Demo
This code demonstrates video conference for multiple users. Note that PHP interpretation is required for proper work of this demo.
Deploy instructions:
VideoConferenceP2P.js
VideoConferenceGatekeeper.js
VideoConferencePSTNgatekeeper.js
VideoConference.js
, change account_name
and api_key
to values specified in your voximplant
account.name
set to “InboundFromPSTN”, pattern
set to conference phone number and scenario
set to “VideoConferencePSTNgatekeeper”name
set to “InboundCall”, pattern
set to “joinconf” and scenario
set to “VideoConferenceGatekeeper”name
set to “Fwd”, pattern
set to “conf_[A-Za-z0-9]+” and scenario
set to “VideoConference”name
set to “P2P”, pattern
set to “.*” and scenario
set to “VideoConferenceP2P”auth.php
and set API_KEY
and ACCOUNT_NAME
to values specified in your voximplant
account.auth.php
and index.html
on some web server. Each user that navigates index.html
will be able to select a user name and join a conference.