(feat): updated calls
This commit is contained in:
parent
fb7c9fa538
commit
ab36992bdd
15 changed files with 318 additions and 99 deletions
|
|
@ -3,5 +3,5 @@ import { useCall } from "../context";
|
|||
export default function Preview() {
|
||||
const { currentCallData } = useCall();
|
||||
|
||||
return <div>Preview View {currentCallData?.someInfo}</div>;
|
||||
return <div>Preview View {JSON.stringify(currentCallData?.users)}</div>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue