-
Notifications
You must be signed in to change notification settings - Fork 452
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
New Method Check if Active Call with UUID #172
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! Can you update the doc accordingly ?
I’ll be pushing these changes later tonight, thank you for the feedback this is my first PR and attempt to add something to an open source package |
I have made the requested changes and updated the documentation to reflect the added function. |
@manuquentin is it correct now? |
I've to check it |
…ommits this is my first time doing this
…ommits this is my first time doing this
@manuquentin are you happy to merge this? Looks good to me I think. Ideally it would document the fact the method is available to native too in the readme but thats a small detail |
Thanks, released in |
I do have updates to this I can push as well, and iirc I did document there is a native and js version. Not sure if that matters. |
IOS Only similar to checkIfBusy, allows the user to check if the specified call UUID is the active call.
This is available on both the React Native and IOS Native side.
I added this due to a need to cancel the incoming call UI via Push notification. This should be feasible on Android however IOS requires notifications to be handled in the background in order for the incoming call UI to be canceled.