次の方法で共有


TeamsIncomingCallEvent type

Teams 着信通話イベントのペイロード。

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