1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Implement voice broadcast device selection (#9572)

This commit is contained in:
Michael Weimann
2022-11-15 10:02:40 +01:00
committed by GitHub
parent 272aae0973
commit 436146105e
15 changed files with 248 additions and 51 deletions

View File

@ -38,7 +38,7 @@ describe("VoiceBroadcastHeader", () => {
const renderHeader = (live: boolean, showBroadcast: boolean = undefined): RenderResult => {
return render(<VoiceBroadcastHeader
live={live}
sender={sender}
microphoneLabel={sender.name}
room={room}
showBroadcast={showBroadcast}
/>);

View File

@ -22,16 +22,6 @@ exports[`VoiceBroadcastRecordingPip when rendering a paused recording should ren
>
My room
</div>
<div
class="mx_VoiceBroadcastHeader_line"
>
<div
class="mx_Icon mx_Icon_16"
/>
<span>
@userId:matrix.org
</span>
</div>
<div
class="mx_VoiceBroadcastHeader_line"
>
@ -107,16 +97,6 @@ exports[`VoiceBroadcastRecordingPip when rendering a started recording should re
>
My room
</div>
<div
class="mx_VoiceBroadcastHeader_line"
>
<div
class="mx_Icon mx_Icon_16"
/>
<span>
@userId:matrix.org
</span>
</div>
<div
class="mx_VoiceBroadcastHeader_line"
>