element-x-ada/features/messages
Marco Romano 5a7f77bc92
Extract more content from audio messages. (#1607)
`TimelineItemAudioContent`:
- Use `java.time.Duration` instead of milliseconds. This will ease up things in the future because currently milliseconds are sent over the wire but in the future seconds will be sent (as per the stable MSC). Using `Duration` will allow our downstream code to be independent of what's passed over the wire.
- Rename `audioSource` property to `mediaSource` to better match its type.

`AudioMessageType`:
- Add and populate new fields `details` and `isVoiceMessage` to be used by voice messages.
2023-10-19 13:32:43 +02:00
..
api [Voice messages] Add voice recording UI (#1546) 2023-10-12 15:17:18 +00:00
impl Extract more content from audio messages. (#1607) 2023-10-19 13:32:43 +02:00
test [Voice messages] Add voice recording UI (#1546) 2023-10-12 15:17:18 +00:00