Code Monkey home page Code Monkey logo

callkit's Issues

Hold state is not supported

When call is put on hold,
provider(_ provider: CXProvider, didDeactivate audioSession: AVAudioSession) is called,
where you end and remove the call.

This means there is no call to go back to when call is put off hold.

If you supported hold state you would find audio issues with this flow.
TokBox won't fix their issue as long as they can't reproduce it on this sample app.

Please fix the sample app. Thank you

(Adding this code in provider(_ provider: CXProvider, didDeactivate audioSession: AVAudioSession) would let you see the errors:
guard let call = outgoingCall, !call.isOnHold else { return })

Video stream for multiple subscribers VoIP push issue

Hi, we have a video streaming app and we are using TokBox on our iOS app. I upgraded our iOS app SDK to iOS 13 and I cannot use VoIP notifications right now because apple has substituted something about VoIP push notification structure.

I am inviting my subscribers to the video stream using VoIP push notification.

Regarding Apple and iOS 13, we have to initiate the call from Callkit for VoIP background notifications. We don't want to use normal push notifications because CallKit UI looks nice. Do you have a solution for this? How can we handle this problem?

Show custom UI after answer call from locked screen

If a user answers a call from the locked screen, the native iPhone call UI is displaying instead of the custom UI the app displays.

Is there any way to display app UI after a user answers when the phone is locked?

Ringtone in app

I'm making function turn on or off ringtone in my app.
I set ringtoneSound = nil for state off. But system ringtone still work. How can I turn off both?

Open Incoming Calling screen into my app

I want to open incoming call screen in my app itself. Right now call screen is shown into background, I have to go to background and select calling screen.

Is there any way that call should be made within my app ui and it does not redirect to background?

basic_streambuf<char, std error

Hello Lucas,

I cloned the repo, attempted to build and received the errors in the attachment.

Running, Xcode: 9.2, Swift 4.

Please let me know what can be done to resolve.. Thanks. -- German

callkit-opentalk-build-errors

Dismissing call banner when source cancels the call.

Hi everyone ๐Ÿ‘‹,

how can I dismiss the banner when the source cancels the call? OpenTok automatically does it when we create an OTSession.
Unfortunately, when using CallKit we cannot create the session until the call is answered.

According to the Apple docs we have to call reportCall(with:endedAt:reason:) with reason CXCallEndedReason.remoteEnded

Is there a way with OpenTok to know when the source hangs out the call before being answered?

Banner

Thank you!

Can this be used with video?

Hi,
Someone pointed me to this library. Is it possible to use this with opentok's multiparty video calling feature?
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.