onRoomStarted method

Future<void> onRoomStarted(
  1. RoomStartedEvent event
)

Override in subclasses as needed.

Implementation

Future<void> onRoomStarted(RoomStartedEvent event) async {}