twilio / twilio-conversations-demo-ios-swift

Twilio Conversations for iOS Demo application in Swift
MIT License
17 stars 18 forks source link

feat: Update Conversations SDK to 4.0.3 #20

Closed AlejandroOrozco closed 2 months ago

AlejandroOrozco commented 9 months ago

Context: Since the latest version the type (ChannelType) property from the Participant is no longer available from Swift context, instead it was replaced for a basic enum for Swift. Previously the type was being stored in CoreData as an integer, so the idea behind this update is to stored the channel as a plain String, since it will be use only for display purposes.

Changes:

Type Marked as Unavailable StoredAsInt16 Channel Type BasicEnum
Marked as Unavaible for Swift StoredAsInt16 CreatedAsBasicEnum

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.