facetime Questions

3

I have a phone number or email address associated with a FaceTime account how can I initiate a FaceTime audio call from within my app?
Bartel asked 6/5, 2014 at 13:46

5

Solved

I am seeing that you can launch FaceTime from your app via [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"facetime://tel-number"]]; I am also reading that since there is no o...
Blamable asked 7/12, 2012 at 18:25

2

We have an audio application for Mac OSX which is music player with some audio effects . Ever since we upgraded to mavericks(10.9) we are finding one weird issue i.e when we get call from facetime ...
Iodism asked 22/11, 2013 at 5:51

0

Just like the title states, I am working on contacts app. What I would like to know is if there is a way for me to find out if the contacts are reachable through FaceTime? Is there a public API for...
Ito asked 22/9, 2015 at 14:9

2

Solved

I am developing an app in Swift for iPad that makes use of facetime. I know Apple introduced App projection (described about 3/4 of way down page) (where one app can "project" itsself into another...
Starfish asked 4/8, 2014 at 23:59

1

The Mac OS X app I'm coding is taking a photo capture using the macbook built-in facetime camera. On MacBookAir3,2, MacBookPro8,2 and MacBookPro10,2 it works fine but on new macbooks it takes "dar...
Bibliology asked 2/12, 2014 at 23:3

1

Solved

The app we're building has a simple button that starts a facetime session with a specific number. No biggee here. I use [[UIApplication sharedApplication] canOpenURL: [NSURL URLWithString: @"fac...
Kalagher asked 27/3, 2012 at 11:45

2

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 cal...
Jerriejerrilee asked 15/12, 2011 at 6:55

1

I am developing an application having FaceTime feature. How do I know when both are connected/disconnected using FaceTime? I need to restrict the call duration and also I don't want to show others ...
Symposiarch asked 12/4, 2011 at 7:41

2

I have been working on an iPhone app, that will work similarly to FaceTime. I want to be able to take 2 videos and have one large and the other small like the FaceTime setup, but made into 1 video ...
Collusive asked 11/2, 2011 at 17:27

2

Solved

I am researching for an application at the moment. One of the interesting ideas that came up were to record from both front facing camera and the facetime camera at the same time. Any of you know i...
Sconce asked 12/10, 2010 at 23:23

4

Solved

As per the title. I searched all through the Apple website, and cannot find anything about it. I am not an iPhone developer member (yet) so don't have access to that stuff. I just want to develop a...
Duala asked 25/6, 2010 at 4:26

1

How do I get access to the video calls made in facetime, I want to record them as we talk. Anyone tried this? David H
Philbo asked 24/7, 2010 at 13:54

1

Solved

When trying to have my app open a facetime url (facetime://15555555555), it loads up a blank black screen. NSURL *facetimeURL = [NSURL URLWithString:@"facetime://15555555555"]; [[UIApplication sh...
Gabbert asked 17/8, 2010 at 17:3
1

© 2022 - 2024 — McMap. All rights reserved.