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.
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
Describes how an ICE candidate was obtained.
Syntax
enum MSIceAddrType {
    "os",
    "stun",
    "turn",
    "uPnP",
    "isa-proxy",
    "peer-derived"
};
Standards information
MSIceAddrType Dictionary
| Member | Type | Description | 
|---|---|---|
| os | A host candidate. | |
| stun | A server-reflexive candidate. | |
| turn | A relay candidate. | |
| uPnP | A candidate obtained via uPnP. This candidate type is not supported in Microsoft Edge. | |
| isa-proxy | A candidate obtained via an ISA proxy. This candidate type is not supported in Microsoft Edge. | |
| peer-derived | A peer-reflexive candidate. |