Azure-Samples / communication-services-ios-quickstarts

Sample code for Azure Communication Services iOS quickstarts
MIT License
11 stars 24 forks source link

Add Video Calling: CallKit reject call not working #33

Open LuisFX opened 2 years ago

LuisFX commented 2 years ago

This issue is for a: (mark with an x)

- [ x] bug report
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Start call from one device. Reject call using the CallKit's "red x" button.

Expected/desired behavior

Expect the incoming call banner to disappear. The declineIncomingCall() function is never called.