Header menu logo fable-electron-docs-api

Policy Type

Union cases

Union case Description

Default

Full Usage: Default

Exposes user's public and local IPs. This is the default behavior. When this policy is used, WebRTC has the right to enumerate all interfaces and bind them to discover public interfaces.

DefaultPublicAndPrivateInterfaces

Full Usage: DefaultPublicAndPrivateInterfaces

Exposes user's public and local IPs. When this policy is used, WebRTC should only use the default route used by http. This also exposes the associated default private address. Default route is the route chosen by the OS on a multi-homed endpoint.

DefaultPublicInterfaceOnly

Full Usage: DefaultPublicInterfaceOnly

Exposes user's public IP, but does not expose user's local IP. When this policy is used, WebRTC should only use the default route used by http. This doesn't expose any local addresses.

DisableNonProxiedUdp

Full Usage: DisableNonProxiedUdp

Does not expose public or local IPs. When this policy is used, WebRTC should only use TCP to contact peers or servers unless the proxy server supports UDP.

Instance members

Instance member Description

this.IsDefault

Full Usage: this.IsDefault

Returns: bool
Returns: bool

this.IsDefaultPublicAndPrivateInterfaces

Full Usage: this.IsDefaultPublicAndPrivateInterfaces

Returns: bool
Returns: bool

this.IsDefaultPublicInterfaceOnly

Full Usage: this.IsDefaultPublicInterfaceOnly

Returns: bool
Returns: bool

this.IsDisableNonProxiedUdp

Full Usage: this.IsDisableNonProxiedUdp

Returns: bool
Returns: bool

Type something to start searching.