Turn multi-SFU media transport into a developer option
This commit is contained in:
@@ -125,6 +125,8 @@ export const useExperimentalToDeviceTransport = new Setting<boolean>(
|
||||
true,
|
||||
);
|
||||
|
||||
export const multiSfu = new Setting<boolean>("multi-sfu", false);
|
||||
|
||||
export const muteAllAudio = new Setting<boolean>("mute-all-audio", false);
|
||||
|
||||
export const alwaysShowSelf = new Setting<boolean>("always-show-self", true);
|
||||
|
||||
Reference in New Issue
Block a user