@livekit/components-core
Version:
10 lines • 454 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",
Expression = "lk.expression"
}
//# sourceMappingURL=participant-attributes.d.ts.map