Updated createAndJoinCall with dependencies matching other demos
This commit is contained in:
parent
bbd8202513
commit
44cddc8c59
|
|
@ -51,7 +51,7 @@ export const Call = ({ room, setRoom, callFrame, setCallFrame, expiry }) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
newCallFrame.on('left-meeting', leaveCall);
|
newCallFrame.on('left-meeting', leaveCall);
|
||||||
});
|
}, [room, setCallFrame]);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initiate Daily iframe creation on component render if it doesn't already exist
|
* Initiate Daily iframe creation on component render if it doesn't already exist
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue