peerwaya / flutter_call_kit

Flutter iOS CallKit framework - Currently iOS >= 10.0 only
BSD 2-Clause "Simplified" License
55 stars 47 forks source link

No callback is fired when video button is clicked #7

Open VictorUvarov opened 4 years ago

VictorUvarov commented 4 years ago
yukitaka13-1110 commented 4 years ago

@VictorUvarov Are you mean performAnswerCallAction callback ?

VictorUvarov commented 4 years ago

No, after the call is answered from the background a screen with a video button occurs. Clicking the video button doesn't fire any callback. Like the screen show here video screen

peerwaya commented 4 years ago

the video button does not answer the call, call kit opens your app so you can render the video

VictorUvarov commented 4 years ago

It opens for you? I just prompts for face unlock then does nothing

livotov commented 4 years ago

@VictorUvarov did you find any solution for this? Happening to me as well.

VictorUvarov commented 4 years ago

No solution. I'm using swift, not sure if that's a problem

livotov commented 4 years ago

Yep, I'm on swift too, it should not be a problem. Maybe just the bugs in original ObjC implementation here.

Forked this repo and will try to complete missing things. The user activity continuation (when you start a call from the system call log) also not covered here and needs to be implemented.

VictorUvarov commented 4 years ago

Cool i'll keep an eye out if you get that implemented