@livekit/components-core
Version:
12 lines (9 loc) • 385 B
text/typescript
/** 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',
Expression = 'lk.expression',
}