Azure / azure-sdk-for-ios

iOS client SDKs for Microsoft Azure
https://azure.github.io/azure-sdk-for-ios/
MIT License
185 stars 88 forks source link

[FEATURE REQ] Add option to not ring via CallKit #1560

Open JasonWeinzierl opened 1 year ago

JasonWeinzierl commented 1 year ago

Is your feature request related to a problem? Please describe.

If an application is using Teams interop to receive incoming Teams calls, CallKit will ring the iPhone as expected. However, if the user has installed both the Teams interop application using this SDK, as well as the official Teams iOS app, then both applications will ring via CallKit. This may confuse users.

Describe the solution you'd like

Provide a flag in CallKitOptions to disable incoming call notifications.

Describe alternatives you've considered

Additional context

N/A

Information Checklist

Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report

tjprescott commented 1 year ago

@raosanat can you take a look?