OnCreateRoomStateChangedType typedef

OnCreateRoomStateChangedType = void Function(String roomId, int errorCode)

roomId: The ID of the room where the error occurred.

errorCode: Possible errors when creating a room.

Implementation

typedef OnCreateRoomStateChangedType = void Function(
    String roomId, int errorCode);