Questions tagged [facetime]

72 questions
1
vote
1 answer

How to integrate iOS6 app with FaceTime?

How can we integrate our app with FaceTime in iOS 6? Is there an API available? It it possible to integrate FaceTime inside the app, without using a url like facetime://?
Aswathy Bose
  • 4,279
  • 4
  • 32
  • 44
0
votes
2 answers

How to check Facetime Support in iOS devices (hardware check)

I want to check if iOS device I am using has support for Facetime call. I don't want to check the iOS version on the device, rather if the device has the hardware support to initiate a Facetime call. For example: I have an iPad 1 with iOS version…
Jayshree
  • 281
  • 1
  • 6
  • 28
0
votes
1 answer

Is it possible to monitor incoming calls on a connected iPhone and send automated responses via a Mac app?

I need to include in my app a way to monitor whenever an incoming call takes place, which won't be answered by anyone; and then send a customized automated response to the caller using Messages app. The app runs on the Mac and every user has their…
Serch
  • 3
  • 1
0
votes
0 answers

Check if phone number is registered to IPhone

I’m looking for a script/program that allows me to find if a number is linked to an iPhone. Just like a WhatsApp checker. That can go through a contact list and pick out which users are using iPhones, and then add them into a new 'iPhone' contacts…
0
votes
1 answer

How can I correctly decode SharePlay data?

I set up SharePlay for a multiplatform iOS/macOS app, I can even start and join the session and send data between the two devices, but whenever data is received, I get the following error: SharePlayTutorialMac[33577:704067] [Default]…
Mitemmetim
  • 520
  • 3
  • 12
0
votes
1 answer

Disable SharePlay / screen sharing on iOS 15

iOS 15 introduces the ability for people to share their screen via FaceTime (https://www.apple.com/uk/newsroom/2021/06/ios-15-brings-powerful-new-features-to-stay-connected-focus-explore-and-more/) - from a developer POV, is there a way to disable…
Sam
  • 321
  • 2
  • 12
0
votes
0 answers

iOS - How to find/debug a system function in contacts app

The title might be weird but I try my best to explain my concern. Upfront: I have little knowledge in programming but I'm willing to learn and understand this whole topic. I would like to know how I can get an inside look into a function of Apples…
edorius
  • 71
  • 7
0
votes
1 answer

How to take a photo using callee's phone camera in React Native like Facetime?

TLDR; How do I make a photo service that does the following in a video calling app: caller presses button on phone1 callee's phone camera takes photo using phone2 camera photo saved on caller's phone1 I am trying to make a photo service that…
Deanna
  • 26
  • 2
0
votes
1 answer

UIApplication.shared.open , swift completion of a connection handling

The below code is used to open a face time and establish a connection, but how to do a certain operation once the call is ended, the "completionHandler" is used only to know if the connection is establised or not UIApplication.shared.open(url,…
Ramu
  • 11
  • 5
0
votes
0 answers

Swift UI facetime link fail with (OSStatus error -10814.)

Trying to connect to face time from my aplication, with the user input email id or phone number but getting OSStatus error -10814 Code to connect to face time : if let url = URL(string: "facetime://18883223846" ) { …
Ramu
  • 11
  • 5
0
votes
1 answer

It's possible to disable incoming call for Facetime programmatically? - Mac OSX

I am building an app for macosx and I need to disable the incoming call for Facetime. It's possible? Thanks
0
votes
1 answer

Why is not Unity recognizing my digital camera?

I have mixed around with Unity and Vuforia. Im all set and got it to work with an image that spawns 3D objects. My project has been done with my FaceTime Camera on my Macbook pro 2018. Now i want to try and move over to my Digital Camera: Sony…
0
votes
1 answer

Can I use facetime in my own iOS app to measure call duration between two users?

I want to implement a functionality where users of my app can call each other on iOS. A convenient way would be using the built-in facetime. Is there a way how I can take the time the call lasted? For example: Alice calls Bob. Bob takes call and…
codebird456
  • 505
  • 8
  • 19
0
votes
1 answer

Best way to implement Video IM on site

I'm developing what will be a high volume traffic site. To give you some background, its currently based in jQuery, PHP and mysql. Soon, I will be also be implementing NodeJS. I am looking for an open sourced video chat application that will…
PaulM
  • 3,281
  • 3
  • 28
  • 38
0
votes
1 answer

How to include a URL/link to a FaceTime number in a programmed SMS

We want to SMS our users with a message containing a link that they can click in an iOS device that will automatically go to FaceTime and call that number. We already have a javascript function setup that will send an SMS message to the user…
user2330237
  • 1,629
  • 5
  • 20
  • 39