opentok / CallKit

A sample app to demonstrate how to integrate Apple CallKit into OpenTok iOS SDK
MIT License
110 stars 24 forks source link

Video stream for multiple subscribers VoIP push issue #27

Closed klconur closed 4 years ago

klconur commented 4 years ago

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?