twilio / video-quickstart-ios

Twilio Video Quickstart for iOS
https://www.twilio.com/docs/api/video
MIT License
457 stars 177 forks source link

audio/video chat related resources returned not immediately #587

Open seubseub opened 3 years ago

seubseub commented 3 years ago

Description

Hi :) Twilio is using it well, gratefully.

I don't know if this is a twilio side issue or a Callkit issue, but twilio ends and CXEndCallAction runs fine. The problem is that the audio/video chat related resources at the top are returned after 1-2 seconds. It seems to be quite late.

call

Thank you!

Expected Behavior

I want the audio/video chat related resources returned immediately after call finished.

Actual Behavior

audio/video chat related resources returned after 1~2 seconds after call finished.

Versions

All relevant version information for the issue.

Video iOS SDK

3.2.x via CocoaPods

Xcode

12.3

iOS Version

14.3

iOS Device

iPhone 12 Pro

piyushtank commented 3 years ago

@seubseub Thanks for reaching out. Are you able to reproduce the problem on our CallKit quicktart as well?