Skip to content

receiver.getParameters().codecs is broken (regression) #2956

@jan-ivar

Description

@jan-ivar

receiver.getParameters has this non-normative note:

image

It suggests that post sRD(answer), receiver.getParameters().codecs is updated to only reflect what's been negotiated.

But I can't find any normative steps to support this note:

  • [[ReceiveCodecs]] is initialized to "the list of implemented receive codecs for kind"
  • [[ReceiveCodecs]] is only ever assigned to [[LastStableStateReceiveCodecs]] (on rollback)
  • [[ReceiveCodecs]] does not appear to ever be modified
  • The "enabled" flag is only ever set to true

Is the note wrong or are we missing some normative steps? What was the intent?

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