@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
9 lines • 420 B
TypeScript
/** An enum of first party livekit attributes generated by the serverside agents sdk */
export declare enum ParticipantAgentAttributes {
AgentState = "lk.agent.state",
PublishOnBehalf = "lk.publish_on_behalf",
TranscriptionFinal = "lk.transcription_final",
TranscriptionSegmentId = "lk.segment_id",
TranscribedTrackId = "lk.transcribed_track_id"
}
//# sourceMappingURL=participant-attributes.d.ts.map