← Back to release summary

RTCPeerConnection.getConfiguration()

Category
WebRTC
Type
New or changed feature
Status
Enabled by default (Chrome 70)
Intent stage
None

Summary

This change implements getConfiguration() according to the WebRTC 1.0. Specifically it returns the last configuration applied via setConfiguration(), or if setConfiguration() hasn't been called, the configuration the RTCPeerConnection was constructed with.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/getConfiguration

View on chromestatus.com