wheelbarrow777

Results 1 issues of wheelbarrow777

### Short description In https://github.com/ant-media/videojs-webrtc-plugin, the iceServers provided in the `player.src()` call is not used in the NPM package. ``` player.src({ src: 'ws://localhost:5080/LiveApp/stream1.webrtc', iceServers: '[ { "urls": "stun:stun1.l.google.com:19302" } ]'...