共用方式為


TeamsIncomingCallEvent type

Teams 來電事件的承載。

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