DEV Community

Discussion on: Build a Scalable Video Chat App with Agora in Django

Collapse
 
jhkeilson profile image
Jon Keilson

Hi, this worked great for me but I did notice when Agora SDK kicks in for streaming I get a warning in Chrome. Is the support for this SDK going to be an issue come July?

...
[Deprecation] Plan B SDP semantics, which is used when constructing an RTCPeerConnection with {sdpSemantics:"plan-b"}, is a legacy version of the Session Description Protocol that has severe compatibility issues on modern browsers. The standardized SDP format, "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).

Collapse
 
mupati profile image
Kofi Mupati

I'm glad you found it helpful. I can't tell for now but if possible use the latest stable SDK available.