次の方法で共有


OverallIssue type

通話調査の通話の終了に関する問題を表します。

CallCannotJoin - participant is unable to join the call.
CallCannotInvite - participant is unable to add another participant in the call.
HadToRejoin - participant rejoined the call due the call quality issue.
CallEndedUnexpectedly - when the call ended unexpectedly.
OtherIssues - any other overall call issue not listed here.
type OverallIssue =
  | "CallCannotJoin"
  | "CallCannotInvite"
  | "HadToRejoin"
  | "CallEndedUnexpectedly"
  | "OtherIssues"