Loading...
+
+ const makeCall = async () => {
+ const context = {
+ callee: 'user1'
+ // to: '6586086761',
+ };
+
+ const callId = await client.serverCall(context);
+ setCallId(callId);
+ return callId;
+ }
+
+ return (
+
+
User {user.displayName || user.name} logged in
+
Session {session} created
+
+
+
Call {callId} created
+
+ )
+}
+
+export default App