diff --git a/.env.development b/.env.development
index 2542b99..896e5ab 100644
--- a/.env.development
+++ b/.env.development
@@ -4,5 +4,5 @@ VITE_COORD_URL=https://coord.graff.tech
VITE_CRM_API_URL=https://crm.stream.graff.tech/api
# VITE_API_URL=http://localhost:5002
VITE_API_URL=https://stream.graff.tech/api
-# VITE_SOCKET_URL=http://localhost:5003
-VITE_SOCKET_URL=https://stream.graff.tech
\ No newline at end of file
+VITE_SOCKET_URL=http://localhost:5003
+# VITE_SOCKET_URL=https://stream.graff.tech
\ No newline at end of file
diff --git a/src/components/User.tsx b/src/components/User.tsx
index db3c88b..36257e8 100644
--- a/src/components/User.tsx
+++ b/src/components/User.tsx
@@ -9,6 +9,7 @@ import IUser from "../types/IUser";
import CloseIcon from "./icons/CloseIcon";
import { useState } from "react";
import { useClickAway } from "@uidotdev/usehooks";
+import SpinnerIcon from "./icons/SpinnerIcon";
interface Props {
me: IUser;
@@ -25,16 +26,23 @@ function User({ me, user, handleTransferControl, handleKick }: Props) {
});
return (
-
-
-
{user.name[0]?.toUpperCase()}
- {user?.isControlAllowed && (
-
- )}
-
-
{user.name}
-
- {isMobile ?
:
}
+
+
+
+
{user.name[0]?.toUpperCase()}
+ {user?.isControlAllowed && (
+
+ )}
+
+
{user.name}
+
+ {isMobile ? : }
+
+ {!user.isVideoInitialized &&
}
{me.isAdmin && (
@@ -48,7 +56,7 @@ function User({ me, user, handleTransferControl, handleKick }: Props) {
{showMore && (
-
+
{/*