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(
|
useJoin(
|
||||||
{
|
{
|
||||||
appid: process.env.NEXT_PUBLIC_AGORA_APPID,
|
appid: 'ed90c9dc42634e5687d4e2e0766b363f',
|
||||||
channel: `${sessionId}-${secret}`,
|
channel: `${sessionId}-${secret}`,
|
||||||
token: null,
|
token: null,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue