Set default max-bundle for video-rtc.js viewer

This commit is contained in:
Alex X
2024-05-12 15:56:56 +03:00
parent 205018c96a
commit 778245dd1c

View File

@@ -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
};