localStream property
MediaStream?
get
localStream
Returns the local media stream for the current call.
Implementation
MediaStream? get localStream => _localStream;
Returns the local media stream for the current call.
MediaStream? get localStream => _localStream;