Skip to main content

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 documentation to implement the protocol in our non-iOS applications.


Comments

  1. The docs for facetime are not yet available. You're not missing anything.

    ReplyDelete
  2. At least to get started, take a look at this for the list of IETF standards used by Facetime: http://blog.imtc.org/index.php/2010/06/09/the-technology-behind-apples-facetime-standards/

    Additionally, Apple has said it will be submitting Facetime as an open standard - so there should be more documentation on how all these standards glue together in Facetime. . anyone know when this will come out?

    ReplyDelete
  3. You don't have to pay to get the SDK, just to be able to test on devices

    ReplyDelete
  4. Not the spec, but a detailed protocol analysis:

    Special Look: Face Time


    part 1: Introduction
    part 2: SIP and Data Streams
    part 3: Call Connection Initialization

    ReplyDelete

Post a Comment

Popular posts from this blog

Slow Android emulator

I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?