Azure Communication Services Calling SDK (@azure/communication-calling) version 1.1.0 released 2 weeks ago. There shouldn’t be any breaking changes here, but the upgrade is required to address the fact that the Plan B SDP Semantics is being deprecated in Google Chrome. Support is expected to be dropped in M93, which goes to Canary on July 15th and Stable on August 24th.
⚠ [Deprecation] Plan B SDP semantics, … has severe compatibility issues on modern browsers. … “unified-plan”, has been used by default since M72 (January, 2019). Dropping support for Plan B is targeted for M93 (Canary: July 15, 2021; Stable: August 24, 2021). #WebRTC ❤️
— Jan-Ivar Bruaroey (@jibrewery) January 15, 2021
You can access Azure Communication Services Calling SDK (@azure/communication-calling) version 1.1.0 at NPM, or update your codebase to the latest of both the common and calling SDKs with the following command:
npm install @azure/communication-common --save
npm install @azure/communication-calling –save
You should upgrade before July 31st if you have any published applications that need to keep running, especially if you picked up Azure Communication Services in the early days when it was still in Preview.
Azure Communication Calling client library for JavaScript version 1.2.0-beta.1 is here as well.