Policy Type
Union cases
| Union case |
Description
|
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. |
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. |
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. |
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
|
Full Usage:
this.IsDefault
Returns: bool
|
|
Full Usage:
this.IsDefaultPublicAndPrivateInterfaces
Returns: bool
|
|
Full Usage:
this.IsDefaultPublicInterfaceOnly
Returns: bool
|
|
Full Usage:
this.IsDisableNonProxiedUdp
Returns: bool
|
|
fable-electron-docs-api