onLocalVideoTrackAdded property
Stream
get
onLocalVideoTrackAdded
override
Stream that emits events when the video call is connected and the local video track is added.
Implementation
@override
Stream<dynamic> get onLocalVideoTrackAdded =>
onLocalVideoTrackAddedStreamController.stream;