Show a stop button to stop the recording
This commit is contained in:
parent
dafa8786a1
commit
9aa5348c7f
7 changed files with 64 additions and 6 deletions
|
@ -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,
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue