Disable stopping a voice broadcast recording by click on the tile (#9436)
This commit is contained in:
parent
631720b21b
commit
72d7939afc
2 changed files with 1 additions and 17 deletions
|
@ -24,14 +24,10 @@ export const VoiceBroadcastRecordingBody: React.FC<VoiceBroadcastRecordingBodyPr
|
|||
live,
|
||||
room,
|
||||
sender,
|
||||
stopRecording,
|
||||
} = useVoiceBroadcastRecording(recording);
|
||||
|
||||
return (
|
||||
<div
|
||||
className="mx_VoiceBroadcastRecordingBody"
|
||||
onClick={stopRecording}
|
||||
>
|
||||
<div className="mx_VoiceBroadcastRecordingBody">
|
||||
<VoiceBroadcastHeader
|
||||
live={live}
|
||||
sender={sender}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue