Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.
This repository was archived by the owner on May 26, 2019. It is now read-only.

No audio when running startCall #57

@rcidt

Description

@rcidt

When I initiate an outgoing call from within my app, I call the startCall method (to register the call on the ios call history log). When I do this, I do not get audio (on either end of the call).

When I capture a network packet trace, I don't see any RTP being sent out by the device. My guess is, startCall is suppressing the audio.

Call audio works perfectly when no calling startCall.

Activity

saikiranoptisol

saikiranoptisol commented on Feb 25, 2019

@saikiranoptisol

@rcidt have you fixed this

glocore

glocore commented on Feb 28, 2019

@glocore

You'll need to wait for the didActivateAudioSession event to fire before actually accepting the call, otherwise your library may fail to get control over the audio. (issue comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @glocore@rcidt@saikiranoptisol

        Issue actions

          No audio when running `startCall` · Issue #57 · react-native-webrtc/react-native-callkit