SignalingConnectionState.connectionstatechange
DESCRIPTION
The Signaling Connection was closed by the application.
DECLARATION
CLOSED = "CLOSED"
}
export interface SignalingConnectionStateChangesEventHandlers {
// Invoked when the signaling connection state changes.
connectionstatechange: () => void