Closed
Description
I got no sound when I answer with callkit. Do you know why this can be?
Everything works if I use
RNCallKeep.startCall(session.ID, "User", 'generic');
But it doesn't work when I answer from native UI
RNCallKeep.displayIncomingCall(session.ID, user.username, user.username, 'generic', isVideoCall);
The problem is related with this actually.
react-native-webrtc/react-native-callkit#45
Sometimes connection keeps long so I want to show users that it is still connecting but when I do that
no one can hear each other. To solve that I am doing disabling & enabling microphone on receiver. Now caller can hear receiver but receiver can't hear caller. Is there a better way to apply this PR?
Metadata
Metadata
Assignees
Labels
No labels