onRemoteVideoTrackAdded property

Stream get onRemoteVideoTrackAdded

Stream that emits events when the video call is connected and the remote video track is added.

Implementation

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