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.

Hang up on incoming calls #61

@ghost

Description

Hi,

I'm building a react-native app which utilizes twilio video for webrtc calls.

I'm attempting to use pushkit and callkit just to permit my app to ring while in the background, and then, after the receiver answers, swap over to the video interface I've built.

This is all working with this package. Thanks so much for building this great tool!

My problem: I cannot figure out how to have my app signal to callkit to shut the call off, after the call ends in the app.

The video call in the app ends, but the call kit call is still going.

I can manually end the call, but it feels sloppy and redundant.

I tried for hours to get the "endcall" method working, only to see after the fact, that it is designed for OUTGOING calls. Is there any easy way to do the same for INCOMING calls? I tried the endAllCalls method, but it is not working either.

Thanks!

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