클래스: SenderDisconnectedEvent

생성자

SenderDisconnectedEvent

new SenderDisconnectedEvent(senderId, userAgent, reason)의 변경사항

매개변수

senderId

string

발신자 ID입니다.

userAgent

string

사용자 에이전트입니다.

reason

cast.framework.system.DisconnectReason

발신자와 연결이 끊긴 이유입니다.

값은 null이 아니어야 합니다.

확장
cast.framework.system.Event

속성

reason

non-null cast.framework.system.DisconnectReason

발신자가 연결 해제된 이유입니다.

senderId

string

연결 해제된 발신자의 ID입니다.

유형

non-null cast.framework.system.EventType

이벤트 유형.

다음에서 상속
cast.framework.system.Event#type

userAgent

string

발신자의 사용자 에이전트입니다.