onRoomStateChanged property
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;
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.
OnRoomStateChangedType? onRoomStateChanged;