toggle menu
livekit-android-sdk
2.12.0
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.events
/
ParticipantEvent
/
TrackSubscribed
Track
Subscribed
class
TrackSubscribed
(
val
participant
:
RemoteParticipant
,
val
track
:
Track
,
val
publication
:
RemoteTrackPublication
)
:
ParticipantEvent
Subscribed to a new track
Members
Constructors
Track
Subscribed
Link copied to clipboard
constructor
(
participant
:
RemoteParticipant
,
track
:
Track
,
publication
:
RemoteTrackPublication
)
Properties
participant
Link copied to clipboard
open
override
val
participant
:
RemoteParticipant
publication
Link copied to clipboard
val
publication
:
RemoteTrackPublication
track
Link copied to clipboard
val
track
:
Track