Skip to content

Commit

Permalink
Set default max-bundle for video-rtc.js viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed May 12, 2024
1 parent 205018c commit 778245d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/video-rtc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
};
Expand Down

0 comments on commit 778245d

Please sign in to comment.