twilio_chat_conversation 1.0.4 twilio_chat_conversation: ^1.0.4 copied to clipboard
A Flutter plugin for Twilio Conversations which allows you to build engaging conversational messaging experiences on iOS and Android platforms.
1.0.4 #
- Added removeParticipant method to remove a participant from a conversation
- Added isAdmin flag in getParticipants() data
1.0.3 #
- Bug fixes
1.0.2 #
- Added support for iOS platform
- Listen to newly added message in a conversation and token expiration
- Added method to initialize twilio client and update token if it is expired
- Updated documentation
1.0.1 #
- Bug fixes
- Added method to get list of participants in a conversation
- Updated documentation
1.0.0 #
- Initial Android release