All Projects → voximplant → videochat

voximplant / videochat

Licence: other
1 on 1 web video chat application

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to videochat

unity sdk
Voximplant SDK for adding messaging, voice calling, video chat, and live streaming to Unity apps
Stars: ✭ 17 (-55.26%)
Mutual labels:  videochat, voximplant
wecbrtc-WPFDemo
iConfRTC WebRTC Video Conferencing WPF Demo (c#).
Stars: ✭ 19 (-50%)
Mutual labels:  videochat
nextcloud-talk-bot-framework
A framework for writing Nextcloud Talk chatbots with every language that supports gRPC.
Stars: ✭ 23 (-39.47%)
Mutual labels:  videochat
One-to-One-Video-Calling-Open-Source-PHP-Application
This Sample PHP Application demonstrates the use of EnableX webRTC Platform Server APIs and JavaScript Toolkit to develop one to one real time communication (RTC) application. It allows developers to ramp up on app development by hosting on their own devices.
Stars: ✭ 13 (-65.79%)
Mutual labels:  videochat
connectycube-flutter-call-kit
A Flutter plugin for displaying call screen when the app in the background or terminated.
Stars: ✭ 35 (-7.89%)
Mutual labels:  videochat
WebRTC-Python-Open-Source-Application-for-1-to-1-video-chat
This Sample Python Application demonstrates the use of EnableX Platform Server APIs and JavaScript Toolkit to develop basic one to one video chat application. It allows developers to ramp up on app development by hosting on their own devices.
Stars: ✭ 12 (-68.42%)
Mutual labels:  videochat

1 on 1 Video Chat

Video Chat Interface

This project contains VoxEngine scenario and web interface for 1 on 1 web video chat application. This README file describes how to use the provided files to launch the application. The only thing you need to start building your audio conferencing is VoxImplant developer account - you can get it for free at https://voximplant.com/sign-up

Quickstart

After you successfully created and activated your VoxImplant developer account you need to login into VoxImplant admin interface and complete these steps to setup video chat service:

  • Create new scenario using the file from VoxEngine folder of the project (User2User.js) at https://manage.voximplant.com/#scenarios

  • Create new VoxImplant application called videochat at https://manage.voximplant.com/#applications, its full name will look like videochat.youraccountname.voximplant.com

  • Specify one rule for the application, it will be used to launch the scenario:

    • Name: Intercom, Pattern: .*, Assigned scenario: User2User. It will handle all calls going via the application - we will specify application username as a phone number to make a call between 2 users.
  • Create at least two users in Users tab and assign them to videochat application

Using the web application

Just upload the files from the WebApp folder to your web server and open index.html#accname=YOUR_VOXIMPLANT_ACCOUNT_NAME in your browser, then you can log in using users credentials (you specified while created the application users in VoxImplant Control Panel) and make a call between users. The app will automatically answer on incoming call so the connection should be established immediately after the call if everything is ok.

Version

1.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].