Open iAmmar7 opened 1 month ago
Latest commit: bca43b8ea4bd199efc9bd26cec255cae73aadbfc
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@jpsantosbh @giavac I would appreciate it if you guys run this locally and test the WebRTC internals. I have added a bunch of e2e tests but still, if you guys see abnormalities in the WebRTC internals, please do let me know.
To test the media upgrades/downgrades, you may run the following methods inside the browser console.
// To enable
__call.enableVideo();
// To disable
__call.disableVideo();
Method params are mentioned in the PR description.
Description
ref: https://github.com/signalwire/cloud-product/issues/11648 & https://github.com/signalwire/signalwire-js/pull/1132
Allow users to renegotiate video, including the downgrade/upgrade of the RTC media peers.
cfRenegotiation
for Call Fabric renegotiation.Type of change
Code snippets