Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the beginning and end values of a port. Used in the RTCIceGatherOptions dictionary.
Standards information
Object RTC (ORTC) API for WebRTC
dictionary MSPortRange { unsigned short min; unsigned short max; };
Dictionary Member | Type | Description |
---|---|---|
max | unsigned short | End of the port range. |
min | unsigned short | Beginning of the port range. |