Jitsi-meet: How can disable CallKit ?

Created on 30 Nov 2017  路  1Comment  路  Source: jitsi/jitsi-meet

How can disable CallKit feature .I don't want log call from my app.

mobile

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

>All comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

julianfoad picture julianfoad  路  66Comments

kerpan picture kerpan  路  52Comments

quantumbeat picture quantumbeat  路  68Comments

Janhouse picture Janhouse  路  99Comments

jans23 picture jans23  路  130Comments