localStream property

MediaStream? get localStream

Returns the local media stream for the current call.

Implementation

MediaStream? get localStream => _localStream;