flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
131 stars 142 forks source link

iOS example creates two calls when video button pressed on lock screen #38

Open VictorUvarov opened 3 years ago

VictorUvarov commented 3 years ago

Steps to reproduce:

I'm also confused as to why the video button is even available when the function says video:false

_callKeep.displayIncomingCall(callUUID, number,
        handleType: 'number', hasVideo: false);
rekonvald commented 3 years ago

Hi there! Should there be additional settings for IOS? I can't make it run there, app crashes on display incoming call

VictorUvarov commented 3 years ago

@rekonvald I believe I had to create an identical firebase project to the one in the example. I haven't used this plugin in a while so i don't exactly remember.