facetime

Can't find iOS FaceTime protocol documentation

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 an Android application that can talk with the FaceTime protocol. It would be a bit silly if we all had to pay Apple just to view the FaceTime ...

FaceTime Recorder

Hi, 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 ...

facetime:// url scheme

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 sharedApplication] openURL:facetimeURL]; Has anyone had any success with this? ...

Mobile video chat app technology question

Hi, I'm looking to build something like chatroulette as a mobile app. Ideally it would be able to work across platforms (both Android and iphone). Any recommendations? Thanks, Artie ...

Best way to implement Video IM on site

Hey guys, 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 allow: 1) For 2 people to video IM each other. 2) Allow groups of up to 4 pe...

Can the iphone4 record from both facetime and front-facing camera at the same time?

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 if this is feasible? Thanks :) EDIT: I mean to say front and rear cameras. I want to record from both cameras at once to two separate streams...