共用方式為


CustomCallingContext type

自訂呼叫內容

type CustomCallingContext = (
  | VoipHeader
  | SipUserToUserHeader
  | SipCustomHeader
)[]