Class: RemoteDataTrackPublication

RemoteDataTrackPublication

A RemoteDataTrackPublication represents a RemoteDataTrack that has been published to a Room.


Properties:
Name Type Argument Description
kind Track.Kind

"data"

track RemoteDataTrack <nullable>

unless you have subscribed to the RemoteDataTrack, this property is null

Fires:

Events


subscribed

Your LocalParticipant subscribed to the RemoteDataTrack.

Parameters:
Name Type Description
track RemoteDataTrack

the RemoteDataTrack that was subscribed to


unsubscribed

Your LocalParticipant unsubscribed from the RemoteDataTrack.

Parameters:
Name Type Description
track RemoteDataTrack

the RemoteDataTrack that was unsubscribed from