19#include "livekit/track_publication.h"
24class OwnedTrackPublication;
36 std::shared_ptr<Track>
track() const noexcept;
Definition local_track_publication.h:29
std::shared_ptr< Track > track() const noexcept
Typed accessor for the attached LocalTrack (if any).
LocalTrackPublication(const proto::OwnedTrackPublication &owned)
Definition track_publication.h:40