useEnsureRoomEnsures that a room is provided, either via context or explicitly as a parameter. If no room is provided, an error is thrown.Importimport { useEnsureRoom } from "@livekit/components-react";CopyPropertiesroom?Room#ReturnsRoom;Copy