jbaicoianu / janusweb

An in-browser implementation of JanusVR
MIT License
177 stars 52 forks source link

Multiple server support #60

Closed jbaicoianu closed 7 years ago

jbaicoianu commented 7 years ago

Native Janus allows developers to override which presence server to use for their rooms. JanusWeb currently only supports one client connection, and all rooms are handled by whichever one is configured when the client is initialized. This leads to a split-world scenario if JanusWeb and native clients are in the same room.

We need to add support for server, port, and rate parameters to <Room> as documented here http://janusvr.com/guide/markuplanguage/index.html#multiserver

jbaicoianu commented 7 years ago

Finished and released a couple weeks ago