Hi! In our native iOS Project, We integrated Callkit with Jitsi-Meet-SDK. Call log displays in phone’s call history. How I can make outgoing call from iPhone’s call history?
You need something like the 2 delegate methods here: jitsi-meet/AppDelegate.m at 9b9fbc0bc917aac3abde8101c0c94c148e3d534b · jitsi/jitsi-meet · GitHub
1 Like
Thanks a lot! Is it available by using Intents(for direct calls and meetings) instead of using Firebase Dynamic Links?
You can ignore FB Dynamic Links, the rest of the code takes care of using the intents: jitsi-meet/JitsiMeet.m at de44c53482e5736091eeb3a6eebe05933bf3a1f6 · jitsi/jitsi-meet · GitHub
1 Like