twilio / twilio-voice-react-native-app

Other
32 stars 15 forks source link

[VBLOCKS-2877] Prepare repo for GA release #142

Closed mhuynh5757 closed 6 months ago

mhuynh5757 commented 6 months ago

Submission Checklist

Description

This PR prepares the repo for GA release by removing Beta tags where applicable and updating changelogs.

Breakdown

Validation

[x] android
  [x] outgoing call
    [x] accept
      [x] disconnect by remote
      [x] disconnect by local
    [x] reject
    [x] cancel
  [x] incoming call
    [x] tap on notification
      [x] js accept
        [x] disconnect by remote
        [x] disconnect by local
      [x] js reject
      [x] cancel
    [x] native accept
      [x] disconnect by remote
      [x] disconnect by local
    [x] native reject
    [x] cancel

[x] ios
  [x] outgoing call
    [x] accept
      [x] disconnect by remote
      [x] disconnect by local
    [x] reject
    [x] cancel
  [x] incoming call
    [x] tap on notification
      [x] callkit accept
        [x] disconnect by remote
        [x] disconnect by local
      [x] callkit reject
      [x] cancel
    [x] do not tap on notification
      [x] native accept
        [x] disconnect by remote
        [x] disconnect by local
      [x] native 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.