TeamsIncomingCallEvent type

Teams 传入呼叫事件的有效负载。

type TeamsIncomingCallEvent = (args: {
  incomingCall: TeamsIncomingCall
}) => void