@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
8 lines • 373 B
TypeScript
import type { Room } from 'livekit-client';
import { roomVideoPlaybackAllowedObservable } from '../observables/room';
export declare function setupStartVideo(): {
className: string;
roomVideoPlaybackAllowedObservable: typeof roomVideoPlaybackAllowedObservable;
handleStartVideoPlayback: (room: Room) => Promise<void>;
};
//# sourceMappingURL=startVideo.d.ts.map