SFU support added, SFU configured, IPC support session server added
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Class definitions
|
||||
* TODO: Move these to seperate files once we introduce a bundler
|
||||
*/
|
||||
|
||||
|
||||
class TwoWayMap {
|
||||
constructor(map = {}) {
|
||||
this.map = map;
|
||||
@@ -881,7 +883,7 @@ function setupHtmlEvents() {
|
||||
}
|
||||
|
||||
// Setup toggle and pair with some URL query string param.
|
||||
setupToggleWithUrlParams("prefer-sfu-tgl", "preferSFU");
|
||||
//setupToggleWithUrlParams("prefer-sfu-tgl", "preferSFU");
|
||||
setupToggleWithUrlParams("use-mic-tgl", "useMic");
|
||||
setupToggleWithUrlParams("force-turn-tgl", "ForceTURN");
|
||||
setupToggleWithUrlParams("force-mono-tgl", "ForceMonoAudio");
|
||||
|
||||
Reference in New Issue
Block a user