With the iOS SDK, after video call the iphone recents appeared this record. how to don’t show? thanks
If you’re hosting your own server, you can comment out the line that renders the function in your ios SDK code.
Which file? I can’t find it. Thanks
JMCallKitProxy.swift (line 115)
add:
configuration.includesCallsInRecents = false;