diff --git a/src/components/Account/agora/Agora.tsx b/src/components/Account/agora/Agora.tsx index 6be491d..f63be12 100644 --- a/src/components/Account/agora/Agora.tsx +++ b/src/components/Account/agora/Agora.tsx @@ -24,7 +24,7 @@ export const Agora = ({ sessionId, secret, stopCalling, remoteUser }: AgoraProps useJoin( { - appid: process.env.NEXT_PUBLIC_AGORA_APPID, + appid: 'ed90c9dc42634e5687d4e2e0766b363f', channel: `${sessionId}-${secret}`, token: null, },