fix: fix agora appid

This commit is contained in:
SD 2024-07-04 18:51:46 +04:00
parent 456e2a7cdf
commit f4de114fb3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export const Agora = ({ sessionId, secret, stopCalling, remoteUser }: AgoraProps
useJoin( useJoin(
{ {
appid: process.env.NEXT_PUBLIC_AGORA_APPID, appid: 'ed90c9dc42634e5687d4e2e0766b363f',
channel: `${sessionId}-${secret}`, channel: `${sessionId}-${secret}`,
token: null, token: null,
}, },