What is the best PHP video chat app class? #video chat app
Edit
by Joshua Kabo - 4 years ago (2020-09-13)
PHP system for video conference on online meeting
| I need a PHP system for video conference on online meeting to have meetings online. |
Ask clarification
1 Recommendation
Simple PHP Web Chat: Chat system with Websockets or AJAX as fallback
This package implements a chat system with Websockets or AJAX as fallback.
It generates HTML with JavaScript to connect to a chat server using Websockets.
It falls back to AJAX long polling requests if Websockets are not supported by the user browser version.
It provides the following features:
- Registration, login and password recovery of the users
- Search, add and group user contacts
- Broadcast messages to groups of users
- Desktop notifications, sound alerts, automatic scroll to new messages
- Exchange files between users
- Multiple chat sessions in different tabs
- Keep the history of old chat messages
- File Attachments
- Desktop notifications, sound alert, auto scroll to message
- Audio and video chat using WebRTC
By default it works with files for storage so it does not require a database server.
| by Manuel Lemos 26695 - 4 years ago (2020-09-15) Comment
You may want to try this package that claims to allow doing Web based chat with audio and video using Web RTC protocol. |