onTrackAdded property

Stream get onTrackAdded

Stream that emits events when the call is connected and the track (local and remote video) tracks is added.

Implementation

Stream<dynamic> get onTrackAdded =>
    throw UnimplementedError('onTrackAdded has not been implemented.');