twilio / video-quickstart-ios

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

Video Call connecting issue in iOS 14 #542

Closed AhmadDurrani579 closed 3 years ago

AhmadDurrani579 commented 3 years ago

Hello Mate Can you please let me know I am trying video call every thing is going perfect but the main problem is this that the preview of the other user not getting on my side thanks in advance

piyushtank commented 3 years ago

@AhmadDurrani579 Thanks for reaching out.

Have you tried using our VideoQuickStart sample app and see if you can reproduce the problem?

AhmadDurrani579 commented 3 years ago

Hello Sir ,

Thank you for your email In videoquickstart sample they use only 1 tvivideoview and i am using 2 one for opponent user and one for my self just like whats app so than its. Creating the problem

Thanks Ahmad

On Tue, 1 Sep 2020 at 3:27 AM Piyush Tank notifications@github.com wrote:

@AhmadDurrani579 https://github.com/AhmadDurrani579 Thanks for reaching out.

Have you tried using our VideoQuickStart sample app https://github.com/twilio/video-quickstart-ios/tree/master/VideoQuickStart and see if you can reproduce the problem?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/twilio/video-quickstart-ios/issues/542#issuecomment-684099974, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDPYKFXC4JPMZIFALEYAJ3SDQWUVANCNFSM4QPZ2RSA .

piyushtank commented 3 years ago

@AhmadDurrani579 Can you sure that you have the VideoView attached to the VideoTrack. We have iOS Video app which demonstrate multi-party use case. Please take a look and let us know if you have any qustions.

AhmadDurrani579 commented 3 years ago

Hello Twilio/Video-Quickstart-Ios Their is a permission for ios 14 so when i add its working i am closing this issue thanks for your reply

On Fri, 9 Oct 2020 at 10:48 PM Piyush Tank notifications@github.com wrote:

@AhmadDurrani579 https://github.com/AhmadDurrani579 Can you sure that you have the VideoView attached to the VideoTrack. We have iOS Video app https://github.com/twilio/twilio-video-app-ios which demonstrate multi-party use case. Please take a look and let us know if you have any qustions.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/twilio/video-quickstart-ios/issues/542#issuecomment-706346161, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALDPYKDW3YJTEOMGOTAANKLSJ5LHBANCNFSM4QPZ2RSA .

AhmadDurrani579 commented 3 years ago

In iOS 14 their is a permission for video call you have to put this permission in info plist under background mode = App provides Voice over IP services In my case the app working fine in iOS 13 but in iOS 14 its not working so when i put this permission its start working