Share via


getConfiguration method

[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.]

The getConfiguration method returns an RTCConfiguration object that has the current configuration values of the RTCPeerConnection object.

Syntax

var retval = RTCPeerConnection.getConfiguration();

Parameters

This method has no parameters.

Return value

Type: RTCConfiguration

The configuration values of the RTCPeerConnection.

See also

RTCPeerConnection