Dono
Dono
- Fixes event problems that don't work on mobile - Blocks events on interface elements Close issue #91
## What is the current behavior? When you talk to someone and connect a new device like a headset the stream sent to the remote user is not updated ##...
## What is the current behavior? Currently the logged in user is subscribed to all the notifications he has, which adds server load and unnecessary data on the client side....
## What is the current behavior? Several actions are triggered when an user goes to talk to another user: - PeerJS notifies the user B that the user A wants...
## What is the current behavior? When I change my wifi access point or switch to my phone's connection sharing, the PeerJS connection does not work anymore ## If the...
The idea is to be able to subscribe to something other than zones to be notified of new content.
The purpose of this RP is to separate the stream creation logic from the communication logic. The idea is to be able to more easily launch a call with or...
Character updates (position & direction) are now sent using sockets rather than using the database. Benefits: - Mutation on the Users collection on the client side is reduced, which reduces...
At the moment, every time you receive a notification you get a system notification even if you are not subscribed to a channel. If the notification concerns a zone, it...