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

10 lines (8 loc) 352 B
/** An enum of first party livekit attributes generated by the serverside agents sdk */ export enum ParticipantAgentAttributes { AgentState = 'lk.agent.state', PublishOnBehalf = 'lk.publish_on_behalf', TranscriptionFinal = 'lk.transcription_final', TranscriptionSegmentId = 'lk.segment_id', TranscribedTrackId = 'lk.transcribed_track_id', }