Device from lobby to call (#1110)
* respect mute state set in lobby for call Signed-off-by: Timo K <toger5@hotmail.de> * move device from lobby to call Signed-off-by: Timo K <toger5@hotmail.de> * save device in local storage Signed-off-by: Timo K <toger5@hotmail.de> * local storage + fixes Signed-off-by: Timo K <toger5@hotmail.de> * device permissions Signed-off-by: Timo K <toger5@hotmail.de> --------- Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -100,3 +100,10 @@ export const useOptInAnalytics = (): DisableableSetting<boolean | null> => {
|
||||
|
||||
export const useDeveloperSettingsTab = () =>
|
||||
useSetting("developer-settings-tab", false);
|
||||
|
||||
export const useDefaultDevices = () =>
|
||||
useSetting("defaultDevices", {
|
||||
audioinput: "",
|
||||
videoinput: "",
|
||||
audiooutput: "",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user