File: callme_doc

Recommend this page to a friend!
  Classes of Andras Toth   Call Me   callme_doc   Download  
File: callme_doc
Role: Documentation
Content type: text/markdown
Description: missing audio files
Class: Call Me
Establish video chat communications between users
Author: By
Last change:
Date: 9 years ago
Size: 2,177 bytes
 

Contents

Class file image Download

CallMe Video chat application

Remark:

Unfortunately I can not upload audio files. For correct operation, you must copy the snd folder under the main folder. [MissingFiles] - missing folder

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

<img src = "Capture.JPG"/>

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]
  • [jQuery.fullscreen]
  • [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/ [jQuery.fullscreen]:https://github.com/private-face/jquery.fullscreen [MissingFiles]:http://atandrastoth.co.uk/main/pages/callme/snd.zip