twilio / video-quickstart-ios

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

How to do group or one to one video call in iOS swift? #433

Closed ashishpatelmi closed 4 years ago

ashishpatelmi commented 4 years ago

Hi

I want to implement a voice & video call. Voice call is working fine but in the same way, I want to implement a video call too.

How to do group/single video call like 'whats app' with call kit notification.

ceaglest commented 4 years ago

Hi @ashishpatelmi,

Sorry for the slow response to your question.

Voice call is working fine but in the same way, I want to implement a video call too.

Was the voice call using the Twilio Voice SDK? At the moment Twilio Video doesn't integrate push notifications. However, you can send VoIP push notifications to Apple yourself and then invoke the CallKit APIs upon receipt of a push.

We have an example which uses the UserNotifications framework to send local notifications and then invoke CallKit. You would need to replace the UserNotifications component with your own push notifications.

Regards, Chris

ceaglest commented 4 years ago

Closing due to lack of activity. Let us know if you have any more questions.