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.]
Contains basic information relating to the endpoint.
Syntax
dictionary MSDescription {
             MSConnectivity            connectivity;
             RTCIceProtocol            transport;
             MSNetworkConnectivityInfo networkconnectivity;
             MSIPAddressInfo           localAddr;
             MSIPAddressInfo           remoteAddr;
             DOMString                 deviceDevName = "";
             MSIPAddressInfo           reflexiveLocalIPAddr;
};
Standards information
MSDescription Dictionary
| Member | Type | Description | 
|---|---|---|
| connectivity | MSConnectivity | Information about the media path. | 
| deviceDevName | DOMString, defaulting to "" | This represents the "CaptureDev" (for an RTCRtpReceiver) or a "RenderDev" (for an RTCRtpSender), as described in [MS-QoE] Section 2.2.1.6.1. | 
| localAddr | MSIPAddressInfo | Internet Protocol (IP) address related information for the reporting endpoint, described in [MS-QoE] Section 2.2.1.6.1 (LocalAddr). | 
| networkconnectivity | MSNetworkConnectivityInfo | Information specific to the network connection. | 
| reflexiveLocalIPAddr | MSIPAddressInfo | The IP address from which the Media Relay received the allocate request, described in [MS-QoE] Section 2.2.1.6.1 (ReflexiveLocalIPAddress). This address is returned by the Media Relay. | 
| remoteAddr | MSIPAddressInfo | IP address related information related for the remote endpoint, described in [MS-QoE] Section 2.2.1.6.1 (RemoteAddr). | 
| transport | RTCIceProtocol | Information on ICE candidate transport. |