skipStopForTrackMute function
skips stop/replaceTrack for the following platforms and only toggles track.enabled.
Implementation
bool skipStopForTrackMute() => (lkPlatformIs(PlatformType.web) && [BrowserType.firefox].contains(lkBrowser()));
skips stop/replaceTrack for the following platforms and only toggles track.enabled.
bool skipStopForTrackMute() => (lkPlatformIs(PlatformType.web) && [BrowserType.firefox].contains(lkBrowser()));