precompute call waveforms and stop list-time audio loading

This commit is contained in:
Ruslan Bakiev
2026-02-23 16:02:57 +07:00
parent 2eb2f3109c
commit 94c01516ba
9 changed files with 128 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ query CommunicationsQuery {
text
audioUrl
duration
waveform
transcript
deliveryStatus
}

View File

@@ -19,6 +19,7 @@ query GetClientTimelineQuery($contactId: ID!, $limit: Int) {
text
audioUrl
duration
waveform
transcript
deliveryStatus
}