clean-flower-39454
03/01/2025, 2:22 PMgray-monkey-83525
03/01/2025, 2:22 PMTrackPublishOptions
interface to define parameters like name
, source
, and videoCodec
(TrackPublishOptions). However, adding custom attributes directly to a track is not detailed in the provided documentation.
Would you like more detailed information on how to manage track publications or any other specific aspect of LiveKit?
Sources:
- TrackPublishOptions 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.clean-flower-39454
03/01/2025, 2:24 PMgray-monkey-83525
03/01/2025, 2:24 PMTrackPublication
fields such as name
, source
, and sid
to distinguish between different tracks. Each TrackPublication
object contains metadata about the track, including a unique identifier (sid
), the type of track (kind
), and the source of the media (e.g., Camera
, Microphone
, ScreenShare
) (Types of participants).
Would you like more detailed information on how to implement this in your application?
Sources:
- Types of participants 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.