다음을 통해 공유


RemoteParticipantState type

원격 참가자 상태입니다.

type RemoteParticipantState =
  | "Idle"
  | "Connecting"
  | "Ringing"
  | "Connected"
  | "Hold"
  | "InLobby"
  | "EarlyMedia"
  | "Disconnected"