TVIRemoteDataTrack Class Reference

Inherits from TVIDataTrack : TVITrack : NSObject
Declared in TVIRemoteDataTrack.h

Overview

TVIRemoteDataTrack represents a remote data track.

  delegate

The TVIRemoteDataTrackDelegate. Set this property to receive messages sent on the DataTrack.

@property (atomic, weak, nullable) id<TVIRemoteDataTrackDelegate> delegate

Declared In

TVIRemoteDataTrack.h

  sid

The sid of the remote data track.

@property (nonatomic, copy, readonly, nonnull) NSString *sid

Declared In

TVIRemoteDataTrack.h

– init

Developers shouldn’t initialize this class directly.

- (null_unspecified instancetype)init

Discussion

Tracks cannot be created explicitly.

Declared In

TVIRemoteDataTrack.h