IncomingCallEvent type

传入调用事件的有效负载。

type IncomingCallEvent = (args: { incomingCall: IncomingCall }) => void