Function WebRTCMultiplayer.removePeer
Remove the peer with given peer_id
from the mesh. If the peer was connected, and NetworkedMultiplayerPeer
was emitted for it, then NetworkedMultiplayerPeer
will be emitted.
void removePeer
(
const(long) peer_id
) nothrow @nogc;