RTCIceGatherOptions Dictionary object
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. |