Skip to content

No sound when using callkit #35

Closed
Closed
@zek

Description

@zek

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions