twilio / twilio-voice-react-native-app

Other
37 stars 21 forks source link

Update Twilio Voice RN SDK to `1.1.0` #148

Closed mhuynh5757 closed 2 months ago

mhuynh5757 commented 2 months ago

Submission Checklist

Description

This PR updates the Voice RN SDK dependency to 1.1.0.

Breakdown

Validation

checked on android 34
outgoing call
  [x] pstn
  client
    accepted
      [x] disconnected by remote
      [x] disconnected by local
    [x] rejected by remote
    [x] cancelled by local
incoming call
  accepted
    native
      [x] disconnected by remote
      [x] disconnected by local
    js
      [x] disconnected by remote
      [x] disconnected by local
  rejected
    [x] native
    [x] js
  [x] cancelled by remote

checked on ios 15.5
outgoing call
  [x] pstn
  client
    accepted
      [x] disconnected by remote
      [x] disconnected by local
    [x] rejected by remote
    [x] cancelled by local
incoming call
  accepted
    native
      [x] disconnected by remote
      [x] disconnected by local
  rejected
    [x] native
  [x] cancelled by remote

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.