Giter VIP home page Giter VIP logo

callme's Introduction

CallMe Video chat application

CallMe is a very simple Video chat application

  • Very simple usage
  • Some importan options
  • Quick implementation
  • Registration with profile image
  • Password reminder

[CallMe] - Online Demo

Version

0.0.2.1

  • Fix Firefox video stream, fullscreen error

Version

0.0.2

  • MSSQL Server Database support

Version

0.0.1 Requirements

  • PHP Webserver 5.5 Or above
  • MYSQL Database

Installation

  • Copy whole folder (callme) to your web server.
  • Register on [PeerJS] website. Obtain your peer key.
  • Fill the config.php with yours details.
  • Start application
  • After first launch, auto creating table 'callme_users' in the database

Usage

  • Create user (register)
  • Sign in with existing user
  • Clikc another user on the left panel
  • Press call button

Options

  • Mute outgoing voice
  • Disable outgoing video
  • Go fullscreen

config.php (in folder callme)

<?php
$_SESSION['cfg'] = array(
	'SQL_CONN' => 'mysql:host=HOST;dbname=DB_NAME;charset=utf8', 
	'SQL_USER' => 'USER', 
	'SQL_PASS' => 'PASS',
	//sqlsrv connect :
	//'SQL_CONN' => 'sqlsrv:Server=SERVER;Database=DB_NAME', 
	//'SQL_USER' => null, 
	//'SQL_PASS' => null,
	'PEER_KEY' => 'OBTAINED_PEER_KEY'
	);
?>

Planned updates

v.0.0.3

  • Only own contact showed
  • Search among users by name Or email
  • Send contact request
  • Accept or deny request

v.0.0.4

  • Sending Message to another user (Chat)

Used plugins, frameworks etc:

  • [jQuery]
  • [Bootstrap]
  • [PeerJS]

License

MIT Author: Tóth András

http://atandrastoth.co.uk/

2015-01-20 [jQuery]:http://jquery.com/ [CallMe]:http://atandrastoth.co.uk/main/pages/callme/ [PeerJS]:http://peerjs.com/ [Bootstrap]:http://getbootstrap.com/

callme's People

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.