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

7 lines 420 B
import type { TrackIdentifier } from '../types'; export declare function setupMediaTrack(trackIdentifier: TrackIdentifier): { className: string; trackObserver: import("rxjs").Observable<import("livekit-client").TrackPublication | undefined>; }; export declare function getTrackByIdentifier(options: TrackIdentifier): import("livekit-client").TrackPublication | undefined; //# sourceMappingURL=mediaTrack.d.ts.map