ConfigureRoomParams: {
    authenticatedUser: User;
    newContentPolicy?: ContentPolicy;
    newJoinPolicy?: JoinPolicy;
    roomId: string;
}