Move audio/video controls out to bottom of screen if on mobile

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-23 15:30:43 +01:00
parent ec8c347a23
commit 33ef7746a3
7 changed files with 299 additions and 96 deletions
+5
View File
@@ -4,6 +4,11 @@ export const setMe = ({ peerId, loginEnabled }) =>
payload : { peerId, loginEnabled }
});
export const setIsMobile = () =>
({
type : 'SET_IS_MOBILE'
});
export const loggedIn = (flag) =>
({
type : 'LOGGED_IN',