interface PeerConnections {
    inbound: number;
    outbound: number;
}

Properties

Properties

inbound: number
outbound: number