localStream property
Provides the local WebRTC media stream.
Implementation
final ValueNotifier<MediaStream?> localStream = ValueNotifier(null);
Provides the local WebRTC media stream.
final ValueNotifier<MediaStream?> localStream = ValueNotifier(null);