MediaState.stopped constructor

MediaState.stopped()

Factory constructor that just makes new empty instance with all media features (audio, video, screen sharing) marked as stopped

Implementation

factory MediaState.stopped() {
  return MediaState(false, false, false);
}