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 Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
--- There are two minor issues in JSONDeserializer
The id of RTPHeaderExt is Long while it is String in JSONSerializer.
We need to change CandidatePacketExtension to IceCandidatePacketExtension
Current behavior
The id of RTPHeaderExt is Long
CandidatePacketExtension is used
Expected Behavior
Change Long to String
Change CandidatePacketExtension to IceCandidatePackageExtension
Possible Solution
Steps to reproduce
Environment details
The text was updated successfully, but these errors were encountered:
This Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
--- There are two minor issues in JSONDeserializer
Current behavior
Expected Behavior
Possible Solution
Steps to reproduce
Environment details
The text was updated successfully, but these errors were encountered: