Skip to content
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

Voice messages - Sending a voice message #4095

Closed
2 tasks
gileluard opened this issue Mar 3, 2021 · 0 comments · Fixed by #4433
Closed
2 tasks

Voice messages - Sending a voice message #4095

gileluard opened this issue Mar 3, 2021 · 0 comments · Fixed by #4433
Assignees

Comments

@gileluard
Copy link
Contributor

gileluard commented Mar 3, 2021

MSC2516 is under review to add a new message type for voice messages. We will have to use org.matrix.msc2516.voice as the msgtype for now, but once it's in the spec properly then we can switch to m.voice.
What will probably end up happening is in code there will be a if (msgtype === "org.matrix.msc2516.voice" || msgtype === "m.voice") statement for several releases, once m.voice is allowed.

  • While sending the voice message, the message is showing the audio bar and a progress
  • Once sent, the sent tick is shown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants