Implement voice broadcast device selection (#9572)
This commit is contained in:
parent
272aae0973
commit
436146105e
15 changed files with 248 additions and 51 deletions
|
@ -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}
|
||||
/>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue