beko19975 years agoLevel 6ReplyReport SpamI would opt for using websockets instead of WebRTC (which seems to focus on media like video/sound). Some information that might help you started. You can deploy Laravel Websockets on your server, there is no need for third party subscriptions. https://laravel.com/docs/8.x/broadcasting https://laracasts.com/series/get-real-with-laravel-echo https://pusher.com/tutorials/chat-laravel/ https://laracasts.com/discuss/channels/laravel/laravel-real-time-chat-app https://github.com/beyondcode/laravel-websockets Like Reply