Questions tagged [facetime]

72 questions
4
votes
0 answers

Facetime group/conference call integration in swift4

I could see apple doc talks about integration URL scheme for one on one call here. But we have a requirement to initiate a group call from our app. From ios 12.1.4 facetime group call feature has been introduced, but not finding any APIs to invoke…
EXC_BAD_ACCESS
  • 2,699
  • 2
  • 21
  • 25
4
votes
1 answer

Integrating FaceTime functionality into iPad app

My company is planning develop an iPad app that will rely heavily on video calls and I am trying to decide which API/tools to use. Our requirements are as follows: High quality video with minimal delay or dropping of calls (provided users on each…
nickd717
  • 181
  • 2
  • 12
3
votes
1 answer

Implementing video calling feature using facetime, (can't back to the application when call ended)

I am trying to make a chatting application, text chatting using APNS and in my app here is another option for video calling. I am using facetime for video calling feature. I have a button name "Video Call", when press this button the following code…
sumon
  • 742
  • 1
  • 11
  • 33
3
votes
1 answer

Is It possible to start a Group FaceTime call with URL schemes (FaceTime Links)?

I know I can start a FaceTime call from within my iOS app with URL Schemes like this: facetime://user@example.com I was wondering if it is also possible to start a FaceTime call with multiple users. Tried to separate it with a , or ; but it didn't…
Robert Veringa
  • 530
  • 4
  • 18
3
votes
0 answers

How to know if a contact is Facetime user or iPhone user in the Addressbook?

I am programing with the Address Book, I want to find out the Facetime/iPhone user in the Contacts List. I found there is a "Facetime" item in some contact details. I have checked the framework already. but only found a property call…
Luoshihui
  • 51
  • 4
2
votes
1 answer

H264 on RTP with Facetime

I'm trying to study Facetime protocol and I see it likes as H264 on RTP. But I think there is something different. Do you know something about its specification?
Lucespo
  • 21
  • 2
2
votes
1 answer

How to send my app in foreground after a Facetime (integrated) call?

I'm trying to integrate Facetime in my app so basically what I would like to do is to press a button making a call and when it finishes come back to my app. I know that for the time being there are no public API for Facetime. What I'm doing at the…
ubiAle
  • 445
  • 9
  • 19
2
votes
0 answers

How to handle FaceTime call fail?

I am trying to make a FaceTime call from inside my app. I am using the UIApplication.shared.open method to do it, as it provides a callback: @available(iOS 10.0, *) open func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey…
Snacks
  • 513
  • 4
  • 22
2
votes
1 answer

Are there any iPhone plugins for video conferencing? Like a face-time plugin?

i'm trying to do some R&D with my iPhone and want to have a 'page' that can do facetime or some video conf thing. I know this has been asked before on SO .. but i'm not sure if that's the same question or applicable answer for me. Bascially, i want…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647
2
votes
1 answer

Is there a constant I can check to determine whether a device is capable of a Facetime call?

Is there a constant I can check to determine whether a device is capable of a Facetime call? I have a Facetime button in my app, but I only want to display it if the user is capable of making a Facetime call (i.e. user has iPhone 4 or iPad 2 right…
Phamer
  • 207
  • 2
  • 7
2
votes
0 answers

facetime - AutoAcceptInvites

Before High Sierra, I had the ability to automatically accept FaceTime calls in Mac OS X (within com.apple.FaceTime.plist). After I had a chat today with an Apple supporter, I know that it no longer works with the following code (it has never been…
Ueli
  • 21
  • 3
2
votes
1 answer

CoreTelephony framework available for Facetime too?

I'm develloping an app that works with facetime. Unfortunatly, there is not yet Facetime frameworks or APIs available, so I'm working with what I have. Like you all must know, when a Facetime call is placed, the native Phone app does the job. The…
DZenBot
  • 4,806
  • 2
  • 25
  • 27
2
votes
0 answers

ios - Is it possible to record audio and play video from network stream at the same time?

I'm doing research for a iPhone video chat app project. I've tried this to capture image, use AVCaptureVideoPreviewLayer to display camera view and put a MPMoviePlayerController to play network stream video at the back. They all work until I add an…
user549683
  • 61
  • 1
  • 5
2
votes
1 answer

how to add face time in iOS4 app?

Is there an API which I can use to integrate face time in my app? Didn't find anything on google :(
Saurabh
  • 22,743
  • 12
  • 84
  • 133
2
votes
1 answer

Trying to disable device access through OS X kext with a higher probe score

I need to disable access to certain devices (the built-in FaceTime Camera, for example), and have been trying to do so by providing a simple kext with a higher probe score than what is currently attached. My kext matches and attaches to the camera…
Neil Steiner
  • 729
  • 1
  • 7
  • 17