-
Updated
May 27, 2022 - JavaScript
{{ message }}
For now all users that can join the audio stream are admins. I've extended userController by
const role = users.length === 0 ? 'admin' : 'visitor'
const user = {id,name,room,role};
...
const role = usersInVoice.length === 0 ? 'admin' : 'visitor'
const user = {id,name,room,role};
and replaced user:admin with user:user.role. In result, we have two roles of users.
making changes to the backend in express.js
KP-BitTorrent Client implementation in python. Asynchronous downloading and uploading for large files transfer across networks. Implementation of Tracker protocol along with peer wire protocol (PWP).
Some redux tooling around creating peer to peer connections
A WebRTC data channel establishment with QR codes used for signaling channel.
WebRTC data channel peer connection establishment using QR codes for trickle ICE exchange.
iKiwi
IS-72: Roman Kyvokhyzha, Ivan Gorohovsky, Dmitry Lykhovsky
A simple WebRTC implementation consisting of no remote peer but streaming video to another element using Peer Connection. This is to ignore Signalling part which if implemented, would have complicated the system.
Sync click events across browser instances via WebRTC.
Fun with WebRTC + SalesForce
Add a description, image, and links to the peer-connection topic page so that developers can more easily learn about it.
To associate your repository with the peer-connection topic, visit your repo's landing page and select "manage topics."
https://tools.ietf.org/html/rfc8261