Merge branch 'develop' of github.com:thecodingmachine/workadventure into MenuSvelte
This commit is contained in:
commit
e86892b9a5
18 changed files with 98 additions and 9 deletions
|
@ -576,3 +576,8 @@ localStreamStore.subscribe((streamResult) => {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
/**
|
||||
* A store containing the real active media is mobile
|
||||
*/
|
||||
export const obtainedMediaConstraintIsMobileStore = writable(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue