|
@@ -69,8 +69,6 @@ class Thumbnail extends Component {
|
69
|
69
|
};
|
70
|
70
|
}
|
71
|
71
|
|
72
|
|
- const thumbToolbarStyle = styles.thumbnailIndicatorContainer;
|
73
|
|
-
|
74
|
72
|
// We don't render audio in any of the following:
|
75
|
73
|
// 1. The audio (source) is muted. There's no practical reason (that we
|
76
|
74
|
// know of, anyway) why we'd want to render it given that it's
|
|
@@ -107,7 +105,7 @@ class Thumbnail extends Component {
|
107
|
105
|
{ participant.dominantSpeaker
|
108
|
106
|
&& <DominantSpeakerIndicator /> }
|
109
|
107
|
|
110
|
|
- <Container style = { thumbToolbarStyle }>
|
|
108
|
+ <Container style = { styles.thumbnailIndicatorContainer }>
|
111
|
109
|
{ audioMuted
|
112
|
110
|
&& <AudioMutedIndicator /> }
|
113
|
111
|
|