@livekit/components-core
Version:
7 lines • 426 B
TypeScript
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