UNPKG

@maxverse/media-web-sdk

Version:
8 lines (7 loc) 204 B
import { Participant, Room } from "livekit-client"; declare class Presenter { #private; constructor(room: Room); find: (userId: string) => Participant | undefined; } export default Presenter;