Vishal D Aher
Vishal D Aher
Observed same on iOS 13.5 with "react-native-webrtc": "1.92.1", "react-native-callkeep": "4.3.1", "react-native": "0.65.1", second call does not have audio. turning ON / OFF speaker restores audio.
any update on this issue. in my case in janus I am not getting onaddstream callback when user turn on / off video.
> move "Embed Foundation extension" before "Compile sources". whenever your errors, mine is "Embed Foundation extension" because when i create widgetextension, i face this issue This resolved my issue Thanks...
> It's the default behaviour of iOS > > * After tapping the answer button on iPhone, the default audio route is the iPhone speaker. > * After tapping the...
Thanks for Quick reply @AbdulBsit :) I tried `RNCallKeep.setAudioRoute` but its not working. I am also agree with your suggestion to keep this as is as its default behaviour.
try replacing below method in RNCallkeep.m ``` - (void)sendEventWithNameWrapper:(NSString *)name body:(id)body { NSLog(@"[RNCallKeep] sendEventWithNameWrapper: %@, hasListeners : %@", name, _hasListeners ? @"YES": @"NO"); if (_hasListeners) { [self sendEventWithName:name body:body]; }...