# Function: offVoIPChatInterrupted

offVoIPChatInterrupted(callback?: OnVoIPChatInterruptedCallback): void

取消监听被动断开实时语音通话事件(仅支持微信,手Q)

# 参数:

属性 类型 描述
callback? OnVoIPChatInterruptedCallback 要取消的回调函数。若不传入该参数,则取消所有已注册的回调函数。

# 返回值:

void