Compare commits
No commits in common. "aa027466e2492c2e399393d4b61c8e01b82f3021" and "f6e0f7dcdb60fc32df3d15b8e0f26ff0bad84b5f" have entirely different histories.
aa027466e2
...
f6e0f7dcdb
|
@ -24,7 +24,7 @@ export const Agora = ({ sessionId, secret, stopCalling, remoteUser }: AgoraProps
|
||||||
|
|
||||||
useJoin(
|
useJoin(
|
||||||
{
|
{
|
||||||
appid: 'ed90c9dc42634e5687d4e2e0766b363f',
|
appid: process.env.NEXT_PUBLIC_AGORA_APPID,
|
||||||
channel: `${sessionId}-${secret}`,
|
channel: `${sessionId}-${secret}`,
|
||||||
token: null,
|
token: null,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue