Skip to content

Fix Video button not working in iOS Lock Screen #171

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

Conversation

danhnn
Copy link
Contributor

@danhnn danhnn commented Mar 20, 2020

When answering the call, if iOS user is in a lockscreen and then want to press video button to go to the app. The current behavior is that button just do nothing. The issue related to the way we hardcoded the handleType when set up "providerConfiguration". I tried to make it dynamic as much as possible via user's settings and the default value should be CXHandleTypeGeneric because our example for reportingNewIncomingCall using generic as well.

leethree added a commit to ef-carbon/react-native-callkeep that referenced this pull request Apr 1, 2020
@zenkhas
Copy link

zenkhas commented Apr 9, 2020

I'm getting this when making these changes:

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[6]' *** First throw call stack: (0x1a74d0a48 0x1a71f7fa4 0x1a7526360 0x1a752f6b4 0x1a73bd73c 0x1a73af5d0 0x102f4bd54 0x1a719c610 0x1a719d184 0x1a714f190 0x1a744e5e4 0x1a74495d8 0x1a7448adc 0x1b13e9328 0x1ab55663c 0x102f05a18 0x1a72d2360)

@zxcpoiu
Copy link
Member

zxcpoiu commented Apr 10, 2020

@zenkhas check 3.0.12, it's likely not related to this PR.

@sboily
Copy link
Member

sboily commented Apr 28, 2020

@manuquentin any comments?

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

Successfully merging this pull request may close these issues.

5 participants