Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No callback is fired when video button is clicked #7

Open
VictorUvarov opened this issue Jan 20, 2020 · 8 comments
Open

No callback is fired when video button is clicked #7

VictorUvarov opened this issue Jan 20, 2020 · 8 comments

Comments

@VictorUvarov
Copy link
Contributor

  • When receiving a voip call with CallKit in the background and video is selected you are given a screen that has a video button.
  • When clicking that button, no callback is fired. Is this a missing feature?
@yukitaka13-1110
Copy link

@VictorUvarov
Are you mean performAnswerCallAction callback ?

@VictorUvarov
Copy link
Contributor Author

VictorUvarov commented Jan 20, 2020

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
Copy link
Owner

peerwaya commented Mar 2, 2020

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

@VictorUvarov
Copy link
Contributor Author

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

@livotov
Copy link

livotov commented May 13, 2020

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

@VictorUvarov
Copy link
Contributor Author

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

@livotov
Copy link

livotov commented May 13, 2020

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants