Interface OnRoomStatusChangeResponse

The response from the onChange method.

interface OnRoomStatusChangeResponse {
    off: (() => void);
}

Properties

Properties

off: (() => void)

Unregisters the listener that was added by the onChange method.