adorable-action-63371
10/21/2022, 12:30 PM_, err = roomClient.CreateRoom(context.Background(), &livekit.CreateRoomRequest{
Name: req.MeetingID,
Metadata: string(b),
EmptyTimeout: uint32(req.MeetingDuration),
MaxParticipants: 10000,
})
EmptyTimeout params does not work.
my rooms will only stay 20s.