Im working on a react native app, which we also run on web
We're using expo-camera to record video, the stopRecording() method works, however despite the recording having stopped, on web (google chrome) the red circle icon that indicates that this tab is using your camera or microphone, does not go away
How do I make this icon go away once the recording has finished?