fix thinko

matthew/msc4220
Matthew Hodgson 1 year ago committed by GitHub
parent 6e8061a7d8
commit a580ee04af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,7 +41,7 @@ MatrixRTC instead, or `unsupported_protocol` that "the user may not be able to a
Other reasons MAY be ignored by the caller, given they are not actionable.
While we're at it, we should fix the spec to clarify that `m.call.hangup` should not be used to reject v1 calls, as
that's what `m.call.hangup` is for. Currently the spec is ambiguous and says `m.call.hangup` "can be sent either once
that's what `m.call.reject` is for. Currently the spec is ambiguous and says `m.call.hangup` "can be sent either once
the call has has been established or before to abort the call." which is true, but not how v1 calls are meant to work.
## Potential issues
@ -81,4 +81,4 @@ The rejection leaks which devices the user is currently active on, and their cap
## Dependencies
None
None

Loading…
Cancel
Save