stream-chat-swift
stream-chat-swift copied to clipboard
💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API
### Actual behaviour Text message appears in bold even though user is not using any markdown symbols while sending the message https://github.com/user-attachments/assets/21b6cf11-6d9e-4422-ad5d-f34e1028ba0b ### Expected behaviour Plain text has to be...
### Actual behaviour The recording duration is stuck when user plays the previous voice note while the current recording is in progress. ### Expected behaviour When user play already sent...
### Actual behaviour We have added custom code so that, 1. Voice recording stops if user plays any already sent recordings `class HMECustomVoiceRecordingViewController: VoiceRecordingVC { override func audioPlayer(_ audioPlayer: any...
### Actual behaviour Some times message composer container shows all the buttons when composer is in recording state  ### Expected behaviour 1. Should show only necessary buttons ### Steps...
### Actual behaviour Some time voice recording duration is wrong. Couple of things to note: We have overidden couple of methods, to stop recording when user play any voice note...