This repository was archived by the owner on Oct 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
samples/async-video-survey/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ function Recorder() {
276276}
277277
278278export default function App ( ) {
279- const [ client , initClient ] = useDyteClient ( ) ;
279+ const [ meeting , initMeeting ] = useDyteClient ( ) ;
280280
281281 useEffect ( ( ) => {
282282 provideDyteDesignSystem ( document . body , {
@@ -293,7 +293,7 @@ export default function App() {
293293 return ;
294294 }
295295
296- initClient ( {
296+ initMeeting ( {
297297 authToken,
298298 // NOTE: remove defaults
299299 // defaults: {
@@ -308,7 +308,7 @@ export default function App() {
308308 } , [ ] ) ;
309309
310310 return (
311- < DyteProvider value = { client } fallback = { < LoadingUI /> } >
311+ < DyteProvider value = { meeting } fallback = { < LoadingUI /> } >
312312 < Recorder />
313313 </ DyteProvider >
314314 ) ;
You can’t perform that action at this time.
0 commit comments