Verto FreeSwitch 恢复通话后获取当前通话对象

Get current call object after Verto FreeSwitch recovering call

如何取回 Verto FreeSwitch 上的 currentCall 对象?
我正在使用 this guide from the Verto Documentation.
当我想在选项卡刷新后挂断时,出现此错误:

Cannot read property 'hangup' of undefined at HTMLButtonElement.hangupCall

当我尝试打印它时,它显示 "undefined"。
我能做什么?

经过一些研究,我似乎没有很好地阅读文档。 我的错。

onDialog State 函数上的这一行。

if (!currentCall) {
     currentCall = dialog;
}