次の方法で共有


CustomCallingContext type

カスタム呼び出しコンテキスト

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