twilio / twilio-voice-react-native

Other
72 stars 27 forks source link

[VBLOCKS-2900] Remove call message enums and replace type with "string" #358

Closed mhuynh5757 closed 3 months ago

mhuynh5757 commented 5 months ago

Submission Checklist

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.

Description

This PR removes the CallMessage enum types for CallMessage.ContentType and CallMessage.MessageType and instead uses the type string.

Breakdown

Validation

TODO

Additional Notes

N/A