onLocalStream property

dynamic Function(MediaStream stream)? onLocalStream
getter/setter pair

Callback for when the local media stream is available.

Implementation

Function(MediaStream stream)? onLocalStream;