Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two minor issues in JSONDeserializer #1855

Open
kaiduanx opened this issue Apr 5, 2022 · 0 comments
Open

Two minor issues in JSONDeserializer #1855

kaiduanx opened this issue Apr 5, 2022 · 0 comments

Comments

@kaiduanx
Copy link
Contributor

kaiduanx commented Apr 5, 2022

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

  1. The id of RTPHeaderExt is Long while it is String in JSONSerializer.
  2. We need to change CandidatePacketExtension to IceCandidatePacketExtension

Current behavior


  1. The id of RTPHeaderExt is Long
  2. CandidatePacketExtension is used

Expected Behavior


  1. Change Long to String
  2. Change CandidatePacketExtension to IceCandidatePackageExtension

Possible Solution


Steps to reproduce


Environment details


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant