Skip to content

VoIP call events are in a bonkers confusing order #937

Closed
@ara4n

Description

@ara4n

https://spec.matrix.org/unstable/client-server-api/#voice-over-ip

Issue

We list the voip events in alphabetic order:

  • m.call.answer
  • m.call.candidates
  • m.call.hangup
  • m.call.invite

Expected behaviour

...whereas it should be a semantically meaningful order:

  • invite
  • answer
  • candidates
  • hangup

Pretty sure the order used to be right, so this is a regression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clarificationAn area where the expected behaviour is understood, but the spec could do with being more explicit

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions