-
Notifications
You must be signed in to change notification settings - Fork 397
MSC2746: Improved VoIP Signalling #2746
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
Conversation
There's no implementation of this yet: seeking early feedback in advance of starting an impl. |
Co-authored-by: Matthew Hodgson <[email protected]>
Co-authored-by: Matthew Hodgson <[email protected]>
Replaces `answer_id` with `party_id` and introduces the `invitee` field on `m.call.invite`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all seems generally sane to me.
Co-authored-by: Richard van der Hoff <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only have wording corrections. The rest of the logic looks sound!
proposals/2746-reliable-voip.md
Outdated
The version property is changed to `"1"` in all existing VoIP events | ||
([`m.call.answer`](https://spec.matrix.org/v1.5/client-server-api/#mcallanswer), | ||
[`m.call.candidates`](https://spec.matrix.org/v1.5/client-server-api/#mcallcandidates), | ||
[`m.call.hangup`](https://spec.matrix.org/v1.5/client-server-api/#mcallhangup) | ||
[`m.call.invite`](https://spec.matrix.org/v1.5/client-server-api/#mcallinvite)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you call out more explicitly that you're changing the type of the version
field across all of these event types from a number/integer to a string? (Or just link to the Unstable Prefix section of this MSC, having now read it.)
🔔 This is now entering its final comment period, as per the review above. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. |
Spec PR: matrix-org/matrix-spec#1511 |
Merged 🎉 |
A proposal introducing a number of mechanisms to 1:1 VoIP calls, adding:
Implementation: https://github.com/matrix-org/matrix-js-sdk/tree/develop/src/webrtc
Rendered
FCP tickyboxes