twilio / video-quickstart-ios

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

VoIP Notification #528

Closed smartphone-pro closed 3 years ago

smartphone-pro commented 4 years ago

Description

I'm building a one-on-one video call. When I start the call, I want to send the VoIP push notification to the recipient. I think Twilio does not notify the recipient by default because the video call is based on the room. Is there a RestAPI that sends VoIP push notification to the recipient, such as a one-on-one voice call? Thank you.

Versions

All relevant version information for the issue.

Voice iOS SDK

TwilioVideo 3.5.0 via CocoaPods

Xcode

11.5

iOS Version

13.5.1

iOS Device

iPhone 7 Plus iPhone Pro Max

piyushtank commented 4 years ago

@smartphone-pro Before I could answer, can you let us know if you plan to add video in your app using TwilioVideo SDK or will it be just a voice (audio only) calls?

smartphone-pro commented 4 years ago

@piyushtank Thank you for your reply. I am building an integrated voice and video call app.

one-to-one voice call voice conference one-to-one video call video conference

I'd like to implement all of the above. I've already implemented all the functions, but I only need to carry out VoIP notifications during the one-on-one video call.

I look forward to your kind cooperation. Thank you.

smartphone-pro commented 4 years ago

@piyushtank Hello. Would you please answer the question?

piyushtank commented 3 years ago

@smartphone-pro You will have to build your own signaling using Twilio Notify to receive incoming call push notification. one-to-one and conference on video and voice is supported by Video SDK.