Set default max-bundle for video-rtc.js viewer
This commit is contained in:
@@ -70,6 +70,7 @@ export class VideoRTC extends HTMLElement {
|
|||||||
* @type {RTCConfiguration}
|
* @type {RTCConfiguration}
|
||||||
*/
|
*/
|
||||||
this.pcConfig = {
|
this.pcConfig = {
|
||||||
|
bundlePolicy: 'max-bundle',
|
||||||
iceServers: [{urls: 'stun:stun.l.google.com:19302'}],
|
iceServers: [{urls: 'stun:stun.l.google.com:19302'}],
|
||||||
sdpSemantics: 'unified-plan', // important for Chromecast 1
|
sdpSemantics: 'unified-plan', // important for Chromecast 1
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user