-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels