通过


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

IncomingCallStackProps interface

IncomingCallManager 组件的 props。

属性

activeIncomingCalls

来电列表。

onAcceptCall

Handler 接受传入呼叫。

onRejectCall

Handler 拒绝来电。

removedIncomingCalls

已结束的来电列表。

strings

来电通知的字符串。

styles

来电通知的样式。

tabIndex

传入 Call 堆栈的 Tab 键索引,这将设置应用程序中传入呼叫通知的 Tab 键顺序。

属性详细信息

activeIncomingCalls

来电列表。

activeIncomingCalls: IncomingCallStackCall[]

属性值

onAcceptCall

Handler 接受传入呼叫。

onAcceptCall: (incomingCallId: string, useVideo?: boolean) => void

属性值

(incomingCallId: string, useVideo?: boolean) => void

onRejectCall

Handler 拒绝来电。

onRejectCall: (incomingCallId: string) => void

属性值

(incomingCallId: string) => void

removedIncomingCalls

已结束的来电列表。

removedIncomingCalls: IncomingCallStackCall[]

属性值

strings

来电通知的字符串。

strings?: IncomingCallNotificationStrings

属性值

styles

来电通知的样式。

styles?: IncomingCallNotificationStyles

属性值

tabIndex

传入 Call 堆栈的 Tab 键索引,这将设置应用程序中传入呼叫通知的 Tab 键顺序。

tabIndex?: number

属性值

number