Skip to content

Commit

Permalink
Enable max-bundle (#2182)
Browse files Browse the repository at this point in the history
No particular reason to worry about old user agents here
  • Loading branch information
dbkr authored Feb 16, 2022
1 parent a2a127d commit 3db056a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webrtc/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2291,6 +2291,7 @@ export class MatrixCall extends EventEmitter {
iceTransportPolicy: this.forceTURN ? 'relay' : undefined,
iceServers: this.turnServers,
iceCandidatePoolSize: this.client.iceCandidatePoolSize,
bundlePolicy: 'max-bundle',
});

// 'connectionstatechange' would be better, but firefox doesn't implement that.
Expand Down

0 comments on commit 3db056a

Please sign in to comment.