Skip to content

Two minor issues in JSONDeserializer #1855

@kaiduanx

Description

@kaiduanx

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


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions