Skip to content

Conversation

ladvoc
Copy link
Contributor

@ladvoc ladvoc commented Sep 19, 2025

Allow creating test rooms with options:

let mut rooms = test_rooms_with_options([
    RoomOptions::default(),  // room 0
    RoomOptions::default(),  // room 1
    // ....
    RoomOptions::default(),  // room n
]).await?;

@ladvoc
Copy link
Contributor Author

ladvoc commented Sep 25, 2025

Already merged into the feature branch for #708.

@ladvoc ladvoc closed this Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant