hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
180 stars 312 forks source link

Incompatible with LiveKit due to launchmode differences #582

Open paramaw opened 2 months ago

paramaw commented 2 months ago

Hi,

I'm trying to have flutter_callkit_incoming work alongside livekit. After reading some tickets here, it seems that flutter_callkit_incoming requires singleinstance launchmode, which is incompatible with LiveKit's requiring single top launchmode.

How do I resolve this difference?

Thanks