Azure communication service - Call disconnect default timeout

Renold Christy, Allen 21 Reputation points
2022-05-05T08:43:12.223+00:00

If a ACS audio/video call is active/in-progess for a certain period. Will the call gets disonnected automatically or is there any default time for the call to disconnect

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
696 questions
{count} votes

Accepted answer
  1. ajkuma 22,526 Reputation points Microsoft Employee
    2022-05-09T19:07:18.063+00:00

    @Renold Christy, Allen , To benefit the community, posting our discussion as an answer.

    Currently, there is a hard limit of 30 hours for calls, after that they will be ended.

    Workaround: To avoid charges, it is recommended to always end the call by calling "call.hangUp({ forEveryone: true });".
    Notice how we set forEveryone to true, which will end the call for everyone in the call. You can check our sample here getting-started-with-calling
    -Thanks to @Ebraheem Al-Muneyeer (MSFT) for sharing this.

    Azure doc: We have relayed this feedback to our Product Engineering (and Content team), and they're working on adding more clarity on this.
    However, currently there is no ETA on when this update will be published in the doc. As soon as we have more information on this, I’ll update this thread.

    Kindly be assured that we have relayed the feedback to our PG team. We appreciate your valuable feedback.

    Thanks for your patience!

    ---
    To benefit the community find the right answers, please do mark the post which was helpful by clicking on Accept Answer’ & ‘Up-Vote’.


0 additional answers

Sort by: Most helpful