fix: fix agora appid
This commit is contained in:
parent
456e2a7cdf
commit
f4de114fb3
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue