It's mentioned in the docs that there
# general-english
p
It's mentioned in the docs that there are automatic retries and all that jazz. Having some of the logic on the backend would make frontend less heavy, especially part of the processing message events for me. I thought with sdk it should be doable
s
Would you mind sharing complete context.
p
I'm making an interview app. When user joins, he might as well drop out of the call while it still lasts. On refresh of the page I would imagine function like 'reconnect' that would resume the call from certain point. The other way to do it right now is as I imagine starting a different call with providing transcript of a previous call up to the moment of losing connection, but it's a bit tedious
s
@Piotr Żaczek as we don't have capability to resume web calls from where it left off, you have to use previous call transcripts to resume the call.
2 Views