Eyevinn / wrtc-egress

Server endpoint NPM library for standardized WebRTC based streaming
MIT License
8 stars 2 forks source link

fix: iceServers.urls param can be array of strings #20

Closed friday closed 9 months ago

friday commented 9 months ago

https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/RTCPeerConnection#iceservers says this for the urls property:

This required property is either a single string or an array of strings, each specifying a URL which can be used to connect to the server.

I haven't actually looked at how the iceServers interface is used internally but Marcus also thought this would be the correct declaration.