Does remote tract of a remote participant has peer...
# ask-ai
c
Does remote tract of a remote participant has peerconnection id ?
t
Thanks for reaching out, Tuy. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Yes, remote tracks can be associated with a peer connection ID. Specifically, you can access the underlying subscriber peer connection where subscribed tracks are received using the
GetSubscriberPeerConnection
function. Additionally, for video tracks, they can be identified through the
track.sid
property when found in remote participants. Sources: lksdk package - github.com/livekit/server-sdk-go/v2 - Go Packages | Vision Agent Quickstart | LiveKit Docs