twilio / twilio-voice-react-native-app

Other
32 stars 15 forks source link

[VBLOCKS-2829] Update to SDK version rc23 #139

Closed mhuynh5757 closed 6 months ago

mhuynh5757 commented 6 months ago

Submission Checklist

Description

This PR updates the SDK version to rc22 and uses the new CallInvite event API. These are all under the hood changes and should not affect the UX of the end-user.

Breakdown

Validation

[x] android
  [x] incoming call
    [x] native accept
      [x] local disconnect
      [x] remote disconnect
    [x] native reject
    [x] js accept
      [x] local disconnect
      [x] remote disconnect
    [x] js reject
    [x] cancel
      [x] home screen
      [x] incoming call screen
  [x] outgoing call
    [x] accept
      [x] local disconnect
      [x] remote disconnect
    [x] reject
    [x] cancel

[x] ios
  [x] incoming call
    [x] native accept
      [x] local disconnect
      [x] remote disconnect
    [x] native reject
    [x] cancel
  [x] outgoing call
    [x] accept
      [x] local disconnect
      [x] remote disconnect
    [x] reject
    [x] cancel

Additional Notes

N/A

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

mhuynh5757 commented 6 months ago

I mentioned over Slack yesterday that a bug in the native Android layer is causing the CI failures, but @afalls-twilio just merged that fix to main. We're probably going to want to release rc23, update this PR, and then merge.