Voice chat
To enable voice chat for a space use:
multiplayer.voiceChat.start();
By default this will connect with all peers in a space. Voice connections start when you are within 30 metres of someone by default.
To mute, disconnect and connect with specific people you can use:
multiplayer.voice.mute(id);
multiplayer.voice.unmute(id);
multiplayer.voice.connectWith(id);
multiplayer.voice.disconnectWith(id);