Compare commits
2 Commits
f6e0f7dcdb
...
aa027466e2
Author | SHA1 | Date |
---|---|---|
SD | aa027466e2 | |
SD | 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