Skip to content

BundlePolicy

Choose a tag to compare

@shinyoshiaki shinyoshiaki released this 21 May 09:54
· 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