GitXplorerGitXplorer
r

charla

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
073475267bb9c223dd3d1ac6f47abcb7db602bb0

Readme

rrajgoel committed 5 years ago
Unverified
d9afc447443faa776ad2c716b14071c77ae5edc1

Usage

rrajgoel committed 5 years ago
Unverified
ad8ff645819ef9108e3afd30d49e420bc3a2a857

Usage

rrajgoel committed 5 years ago
Unverified
266911b1ce278613091e1d109f4f465a538b45a8

Initial commit

rrajgoel committed 5 years ago
Verified
14d548158a30594908fa678ea656c75100f4754b

Initial commit

rrajgoel committed 5 years ago

README

The README file for this repository.

Charla - Video conferencing

Charla (Demo) is a video conferencing application based on RTCMultiConnection. It supports video conferences with multiple users.

For demonstration purposes charla.js uses

connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/'

as the socket server. Availability and stability are not guaranteed. Please use your own server and replace the connection.socketURL value accordingly. For example, you can deploy https://github.com/muaz-khan/RTCMultiConnection on Heroku using this Installation Guide. Heroku allows you to directly use the GitHub repository without any changes.

Usage

Usage is minimalistic and the only thing required is a room id. This can be provided in the text field or by providing a URL hash. Participants can be invited by sharing the URL with room id. Charla automatically scales the participant videos to fit the screen. A double click on a video can be used to toggle fullscreen.

Limitations

Charla inherits all performance features and limitations of the video conferncing demo of RTCMultiConnection and may introduce new features and mistakes by my own changes.

Credits

Muaz Khan - RTCMultiConnection

License

MIT License

(c) Asvin Goel