@@ -99,7 +99,6 @@ export const VideoTile = forwardRef<HTMLDivElement, Props>(
|
|||||||
switch (connectionState) {
|
switch (connectionState) {
|
||||||
case ConnectionState.EstablishingCall:
|
case ConnectionState.EstablishingCall:
|
||||||
caption = t("{{name}} (Connecting...)", { name });
|
caption = t("{{name}} (Connecting...)", { name });
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case ConnectionState.WaitMedia:
|
case ConnectionState.WaitMedia:
|
||||||
// not strictly true, but probably easier to understand than, "Waiting for media"
|
// not strictly true, but probably easier to understand than, "Waiting for media"
|
||||||
|
|||||||
Reference in New Issue
Block a user