Questions tagged [facetime]

72 questions
2
votes
1 answer

Open FaceTime programmatically without any number or apple id - iOS8

Till iOS8, I was able to open the FaceTime app from my App using the below code. If I have the number, A call will be directly made, if it is nil, it would just open up FaceTime. But since iOS8, in case of empty number, FaceTime don't open at…
Maheswaran Ravisankar
  • 17,652
  • 6
  • 47
  • 69
2
votes
0 answers

avcapturesessionPreeset640x480 doesn't work on mac

I have to open camera (by avfoundation.framework) mac is supported AvCaptureSessionPreset640x480 (FaceTime HD) I try to do this, but camera image resolution is 1280x720 . (void)open { captureSession = [[AVCaptureSession…
1
vote
1 answer

FaceTime api for iphone

Is there any new API available with IOS 5 to use FaceTime with our application ? As till iOS 4 the API's were not available and I didn't find any api till so , is there any way to use it EXCEPT NSUrl method. thanks,
V.V
  • 3,082
  • 7
  • 49
  • 83
1
vote
1 answer

Swift app lifecycle responding to incoming calls

I'm working on an AudioKit app, and have run into an issue with managing the app lifecycle. When I receive an incoming FaceTime call, I would like to be able to update my app state so it can recover properly when the call ends and my app is in the…
Brian H
  • 153
  • 7
1
vote
2 answers

How to join a SharePlay GroupSession correctly/programmatically?

I have problems to join a share play group session programmatically. First I create on one device a SharePlay Activity await SharePlayGame().activate() If this was successful the creator listen to the session private func startSession() async { …
kuzdu
  • 7,124
  • 1
  • 51
  • 69
1
vote
2 answers

Unable to move small window when making a phone call in Facetime on macOS 10.15.7

It is possible to make audio phone calls directly from macOS using the Facetime app and this works very well. Unfortunately a small Window is placed on the top/right counter of the screen and I cannot seem to be able to move or minimize this window.…
doberkofler
  • 9,511
  • 18
  • 74
  • 126
1
vote
1 answer

How to recreate FaceTime's navigation view controller transition animation with overlapping transparent view controllers?

Short version: I want to reproduce FaceTime's navigation transition animation to push transparent view controllers onto the navigation stack without the top view's content overlapping the bottom view's content. Problem: In a standard…
1
vote
1 answer

HTML5 input type to trigger facetime for mobile phone

Based on my research I haven't found a solution but a client wants to have their mobile site trigger Facetime on their user's phone (iPhone). I know skype works fine but for people on the go we would lke this functionality. Has anyone encountered…
EZDC
  • 682
  • 1
  • 17
  • 33
1
vote
0 answers

Hide destination email or number in facetime

I want to make an app that let users make video call using facetime. URL scheme facetime://abc@email.com works but I want to know if I can hide destination email address when making a call? I want users to make a call via the app only and keep all…
mrhangz
  • 211
  • 4
  • 13
1
vote
4 answers

iSight/FaceTime camera not working after upgrade

right now i am running the OS X Yosemite beta 10.10, after upgrading my OS X i lost my camera, i tried everything in the forums, but nothing helped. i can't FaceTime, or Skype or anything. normally i would take it in to an apple store, but the…
kiroarous
  • 31
  • 1
  • 4
1
vote
0 answers

a feature that gives video call inside the xamarin project

why doesn't xamarin support facetime, if I want to have video call within the application what would be the best 3rd party API that supports xamarin
1
vote
1 answer

Can you retrieve the facetime call history?

I think I know the answer, but I want to make absolutely sure. Can you programmatically get the call history of facetime? My app can start a facetime call and I'd like to log the duration. It doesn't return to the app after the call, so I would like…
Kevin
  • 2,739
  • 33
  • 57
1
vote
1 answer

Calling other facetime emails in iOS

I would like to call other facetime numbers, but these are emails and not numbers. How do I do it? For numbers, I know what to use. NSURL *url = [NSURL URLWithString:@"facetime://+123456789"]; [[UIApplication sharedApplication] openURL:url]; But…
lakshmen
  • 28,346
  • 66
  • 178
  • 276
1
vote
0 answers

How to register for Actions while backgrounded

I've seen for example the Garage Band Application and the FaceTime Application running/recording, while using other apps (see photo) and wondered how to register my current project for coloring the statusbar (so running in the background) Thanks in…
Finn Gaida
  • 4,000
  • 4
  • 20
  • 30
1
vote
2 answers

Gstreamer on OSX

I'm trying to create a very simply Gstreamer pipeline where I have a source element that is my FaceTime camera and a sink element that is a udp sink. I first install Gstreamer using the instructions here. I ran some of the basic pipelines no…
Przemek Lach
  • 1,348
  • 2
  • 19
  • 42