MSC2746: Improved VoIP Signalling#2746
Conversation
|
There's no implementation of this yet: seeking early feedback in advance of starting an impl. |
Replaces `answer_id` with `party_id` and introduces the `invitee` field on `m.call.invite`.
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
richvdh
left a comment
There was a problem hiding this comment.
all seems generally sane to me.
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
anoadragon453
left a comment
There was a problem hiding this comment.
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.
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