/** * LiveKit-specific types. * @internal * @packageDocumentation */ /** * LiveKit Room type. * Exported publicly via providers/livekit/index.ts */ export type LiveKitRoom = Room; //# sourceMappingURL=types.d.ts.map