Aman Sharma
commited on
Commit
·
7448002
1
Parent(s):
ab2978f
Fix : show prominent speaker action btn
Browse files
streaming-react-app/src/StreamingInterface.tsx
CHANGED
@@ -786,7 +786,7 @@ export default function StreamingInterface() {
|
|
786 |
</Stack>
|
787 |
|
788 |
<Stack spacing="22px" direction="column" sx={{flex:1}}>
|
789 |
-
{
|
790 |
<>
|
791 |
<Stack spacing={0.5}>
|
792 |
<FormLabel id="output-modes-radio-group-label">
|
|
|
786 |
</Stack>
|
787 |
|
788 |
<Stack spacing="22px" direction="column" sx={{flex:1}}>
|
789 |
+
{isSpeaker && (
|
790 |
<>
|
791 |
<Stack spacing={0.5}>
|
792 |
<FormLabel id="output-modes-radio-group-label">
|