onSeatLayoutChanged property
Callback for live seat layout changed
roomId Room ID.
layoutInfo layout json message.
Implementation
OnSeatLayoutChanged onSeatLayoutChanged =
(String roomId, SeatLayout seatLayout) {};
Callback for live seat layout changed
roomId Room ID.
layoutInfo layout json message.
OnSeatLayoutChanged onSeatLayoutChanged =
(String roomId, SeatLayout seatLayout) {};