feat: Recording dialog with displaying amplitude
This commit is contained in:
parent
2f1303a24d
commit
819f77bb41
4 changed files with 149 additions and 74 deletions
|
|
@ -422,6 +422,10 @@ class ChatController extends State<Chat> {
|
|||
'duration': result.duration,
|
||||
},
|
||||
'org.matrix.msc3245.voice': {},
|
||||
'org.matrix.msc1767.audio': {
|
||||
'duration': result.duration,
|
||||
'waveform': result.waveform,
|
||||
},
|
||||
}),
|
||||
);
|
||||
setState(() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue