Inital work on lobby.
This commit is contained in:
@@ -391,11 +391,11 @@ export const setPeerVolume = (peerId, volume) =>
|
||||
};
|
||||
};
|
||||
|
||||
export const addLobbyPeer = (lobbyPeer) =>
|
||||
export const addLobbyPeer = (peerId) =>
|
||||
{
|
||||
return {
|
||||
type : 'ADD_LOBBY_PEER',
|
||||
payload : { lobbyPeer }
|
||||
payload : { peerId }
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user