WebRTCMultiplayer.getPeer

Return a dictionary representation of the peer with given peer_id with three keys. connection containing the WebRTCPeerConnection to this peer, channels an array of three WebRTCDataChannel, and connected a boolean representing if the peer connection is currently connected (all three channels are open).

struct WebRTCMultiplayer
@nogc nothrow
Dictionary
getPeer
(
in long peer_id
)

Meta