Header menu logo fable-electron-docs-api

GetWebRTCUDPPortRange Type

Constructors

Constructor Description

GetWebRTCUDPPortRange(min, max)

Full Usage: GetWebRTCUDPPortRange(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: GetWebRTCUDPPortRange
min : int

The minimum UDP port number that WebRTC should use.

max : int

The maximum UDP port number that WebRTC should use.

Returns: GetWebRTCUDPPortRange

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.