webRTCUdpPortsRange property
getter/setter pair
Sets the range of UDP ports for WebRTC connections.
The format is "minPort:maxPort", for example "10000:10100".
The default value is null (uses system default).
Officially Supported Platforms/Implementations:
- Linux WPE WebKit 2.48+ (Official API - WebKitSettings.webrtc-udp-ports-range):
- Requires WPE WebKit 2.48 or later. Format: 'minPort:maxPort'
Implementation
String? webRTCUdpPortsRange;