Appearance
Voice chat â
To enable voice chat for a space use:
js
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:
js
multiplayer.voice.mute(id)
multiplayer.voice.unmute(id)
multiplayer.voice.connectWith(id)
multiplayer.voice.disconnectWith(id)