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

mdosch picture mdosch  路  3Comments

mfts picture mfts  路  3Comments

tanvir23 picture tanvir23  路  4Comments

xiefangzhenz picture xiefangzhenz  路  3Comments

TechnologyClassroom picture TechnologyClassroom  路  3Comments