-
Notifications
You must be signed in to change notification settings - Fork 383
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
MSC3635: Early Media for VoIP #3635
base: main
Are you sure you want to change the base?
Conversation
proposals/3635-voip-early-media.md
Outdated
This MSC proposes to allow early media in a manner similar to the gateway model above. We do this | ||
by allowing an `m.call.negotiate` event to be sent by the callee before `m.call.answer`. The `type` | ||
field MUST be set to `pranswer`. The caller should ignore `m.call.negotiate` events before | ||
of any other type before the `m.call.answer`. Clients using WebRTC compatible APIs should imply |
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.
"The caller should ignore m.call.negotiate
events before
of any other type before the m.call.answer
."
I dont understand the meaning of this this sentence. Should it be callee? Does it refer to clients not having implemented this spec?
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 think there was just an extra word in there - the caller should be throwing away any negotiate events that come before an answer if they're not of type pranswer
.
Co-authored-by: opusforlife2 <[email protected]>
Rendered
Preview: https://pr3635--matrix-org-previews.netlify.app