@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
14 lines • 468 B
TypeScript
import type { Participant } from 'livekit-client';
export declare function setupParticipantName(participant: Participant): {
className: string;
infoObserver: import("rxjs").Observable<{
name: string | undefined;
identity: string;
metadata: string | undefined;
} | {
name: string | undefined;
identity: string;
metadata: string | undefined;
}> | undefined;
};
//# sourceMappingURL=participantName.d.ts.map