UNPKG

@livekit/components-core

Version:

This package is a wrapper around the [livekit/client-sdk-js](https://github.com/livekit/client-sdk-js) package. It transforms the event based logic into simple to use observable state and component level APIs. This package is the core for all framework sp

6 lines 337 B
import type { Participant } from 'livekit-client'; export declare function setupConnectionQualityIndicator(participant: Participant): { className: "lk-connection-quality"; connectionQualityObserver: import("rxjs").Observable<import("livekit-client").ConnectionQuality>; }; //# sourceMappingURL=connectionQualityIndicator.d.ts.map