onLocalVideoTrackAdded property

Stream get onLocalVideoTrackAdded

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

Implementation

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