问题描述
快速入门:使用Communication Services呼叫客户端库
-
如果网络连接断开,呼叫状态是否更改为已断开连接"?
If network connectivity is lost, does the call state change to 'Disconnected' ?
- 是的,如果网络连接断开超过2分钟,则呼叫将转换为已断开"状态,并且呼叫将结束.
根据Microsoft Azure文档,如果网络连接丢失,则呼叫将结束.
According to Microsoft Azure docs, if network connectivity is lost the call will end.
当通话中断时,Azure通信服务(ACS)是否调度
participantStateChanged
事件?我们需要在JavaScript客户端中监听此事件.Does Azure Communication Services (ACS) dispatch a
participantStateChanged
event when the call is dropped? We need to listen to this event in JavaScript client.如果网络连接丢失,ACS是否调度
participantStateChanged
事件,该事件可以在客户端中订阅?If network connectivity is lost, does ACS dispatch a
participantStateChanged
event that can be subscribed to in the client?推荐答案
我们查看了一些通话记录并验证了在记录了
participantRemoved
事件后,始终记录了participantStateChanged
以及.We reviewed some call logs and verified that after a
participantRemoved
event is recorded aparticipantStateChanged
is always recorded as well.这篇关于通话中断时,Azure通信服务(ACS)是否调度"participantStateChanged"事件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!