You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixing
Natively use transceivers to handle audio and video tracks instead of using separate streams. This change improves the handling of audio and video tracks in WebRTC calls, ensuring better compatibility with various devices and networks.
Further enhance Ice Candidate Collection when answering calls to ensure more suitable candidates are used in the SDP.
SDP Munging is now handled natively in the WebRTC library, which improves the overall performance and reliability of the call setup process.