shinyoshiaki / werift-webrtc

WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP/WEBM/MP4
MIT License
463 stars 29 forks source link

Add getConfiguration() to RTCPeerConnection #382

Closed nandito closed 4 months ago

nandito commented 4 months ago

This PR adds the missing getConfiguration() method (https://www.w3.org/TR/webrtc/#dom-rtcpeerconnection-getconfiguration) to the RTCPeerConnection.

Related issue: #375