diff --git a/www/video-rtc.js b/www/video-rtc.js index 273bc099..7832e105 100644 --- a/www/video-rtc.js +++ b/www/video-rtc.js @@ -70,6 +70,7 @@ export class VideoRTC extends HTMLElement { * @type {RTCConfiguration} */ this.pcConfig = { + bundlePolicy: 'max-bundle', iceServers: [{urls: 'stun:stun.l.google.com:19302'}], sdpSemantics: 'unified-plan', // important for Chromecast 1 };