onRoomStateChanged property

OnRoomStateChangedType? onRoomStateChanged
getter/setter pair

Callback about room state changes.

The user will receive this callback when they join the room, leave the room, or receive room relating warnings and errors.

Implementation

OnRoomStateChangedType? onRoomStateChanged;