How can disable CallKit feature .I don't want log call from my app.
You can't without editing the source code. You are of course free to do that and build the app yourself. Just edit this line and assign null: https://github.com/jitsi/jitsi-meet/blob/master/react/features/mobile/callkit/CallKit.js#L25
Most helpful comment
You can't without editing the source code. You are of course free to do that and build the app yourself. Just edit this line and assign
null: https://github.com/jitsi/jitsi-meet/blob/master/react/features/mobile/callkit/CallKit.js#L25