Added dialog before joining room.

This commit is contained in:
Håvar Aambø Fosstveit
2019-06-12 15:33:35 +02:00
parent c46bcb7bdc
commit 041a90599d
5 changed files with 115 additions and 70 deletions
+5
View File
@@ -568,6 +568,11 @@ export const loggedIn = () =>
type : 'LOGGED_IN'
});
export const toggleJoined = () =>
({
type : 'TOGGLE_JOINED'
});
export const setSelectedPeer = (selectedPeerId) =>
({
type : 'SET_SELECTED_PEER',