Header menu logo fable-electron-docs-api

UdpPortRange Type

Constructors

Constructor Description

UdpPortRange(min, max)

Full Usage: UdpPortRange(min, max)

Parameters:
    min : int - The minimum UDP port number that WebRTC should use.
    max : int - The maximum UDP port number that WebRTC should use.

Returns: UdpPortRange
min : int

The minimum UDP port number that WebRTC should use.

max : int

The maximum UDP port number that WebRTC should use.

Returns: UdpPortRange

Instance members

Instance member Description

this.max

Full Usage: this.max

The maximum UDP port number that WebRTC should use.

this.min

Full Usage: this.min

The minimum UDP port number that WebRTC should use.

Type something to start searching.