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 426 B
import { ParticipantEvent, RoomEvent } from 'livekit-client'; export declare const allRemoteParticipantRoomEvents: RoomEvent[]; export declare const allParticipantRoomEvents: RoomEvent[]; export declare const participantTrackEvents: ParticipantEvent[]; export declare const allRemoteParticipantEvents: ParticipantEvent[]; export declare const allParticipantEvents: ParticipantEvent[]; //# sourceMappingURL=eventGroups.d.ts.map