Show a stop button to stop the recording

This commit is contained in:
Travis Ralston 2021-03-16 23:43:59 -06:00
parent dafa8786a1
commit 9aa5348c7f
7 changed files with 64 additions and 6 deletions

View file

@ -119,7 +119,7 @@ export class VoiceRecorder {
.then(() => this.upload())
.then(() => this.client.sendMessage("!HKjSnKDluFnCCnjayl:localhost", {
body: "Voice message",
msgtype: "m.audio", // TODO
msgtype: "m.audio", // TODO @@
url: this.mxc,
}));
}