你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IncomingCallState interface

的仅限状态版本 <xref:%40azure%2Fcommunication-calling%23IncomingCall>。 StatefulCallClient 将自动检测传入呼叫,并将其状态添加到 StatefulCallClient 公开的状态。

属性

callEndReason

设置为接收时“callEnded”事件 <xref:%40azure%2Fcommunication-calling%23IncomingCall> 返回的状态。 此属性由有状态层添加,不是 SDK 状态的代理。

callerInfo

的 <xref:%40azure%2Fcommunication-calling%23IncomingCall.callerInfo>代理。

endTime

存储客户端上调用结束的本地日期。 此属性由有状态层添加,不是 SDK 状态的代理。 如果调用尚未结束,则为未定义。

id

的 <xref:%40azure%2Fcommunication-calling%23IncomingCall.id>代理。

startTime

存储客户端上开始调用的本地日期。 此属性由有状态层添加,不是 SDK 状态的代理。

属性详细信息

callEndReason

设置为接收时“callEnded”事件 <xref:%40azure%2Fcommunication-calling%23IncomingCall> 返回的状态。 此属性由有状态层添加,不是 SDK 状态的代理。

callEndReason?: CallEndReason

属性值

callerInfo

的 <xref:%40azure%2Fcommunication-calling%23IncomingCall.callerInfo>代理。

callerInfo: CallerInfo

属性值

endTime

存储客户端上调用结束的本地日期。 此属性由有状态层添加,不是 SDK 状态的代理。 如果调用尚未结束,则为未定义。

endTime?: Date

属性值

Date

id

的 <xref:%40azure%2Fcommunication-calling%23IncomingCall.id>代理。

id: string

属性值

string

startTime

存储客户端上开始调用的本地日期。 此属性由有状态层添加,不是 SDK 状态的代理。

startTime: Date

属性值

Date