BundlePolicy
·
1022 commits
to develop
since this release
How to specify BundlePolicy
const pc = new RTCPeerConnection({
bundlePolicy: "disable" or "max-compat" or "max-bundle",
});Default value is max-compat