Hi all, I am working on a react native project which uses the GoCoder SDK. In a page I want to play a video using react-native-video and at the same time I want to broadcast live stream. The video is played normally until I start the broadcast. After starting broadcast using the GoCoder SDK, the video has been muted (i.e. no sound). Even I stopped the broadcast, the sound never resumes. I have added the below code but no hope. Any idea?
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayAndRecord error:nil];