Questions tagged [facetime]

72 questions
0
votes
1 answer

AppleScript instruction to set webcam in FaceTime

I need to automate a FaceTime call using AppleScript, but one of my requirements is to pick a specific webcam. I am trying to use this code: tell application "System Events" tell process "FaceTime" tell menu bar 1 tell menu bar item…
xtingray
  • 383
  • 1
  • 3
  • 9
0
votes
1 answer

How to know if FaceTime is already in use

I start a FaceTime call from my app using: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:[@"facetime://" stringByAppendingString:appleID]]] Is there a way to know if FaceTime is already in use or the URL is already open when i…
Davide Bracaglia
  • 159
  • 1
  • 1
  • 12
0
votes
3 answers

Apple FaceTime URL Scheme not initiating call

Using Apple's URL Scheme Reference for FaceTime Links on a website, the link opens the FaceTime app but doesn't pass the number/email to be called or start the FaceTime call. Connect using FaceTime Is this…
Zephyr Mays
  • 477
  • 3
  • 7
  • 24
0
votes
1 answer

ABPersonViewController is not showing facetime button?

I get contacts using ABPeoplePickerNavigationController and when i select any one of these contacts, i get details of that person using ABPersonViewController. From apple documents, we will get face time button on ABPersonViewController using…
Prasad G
  • 6,702
  • 7
  • 42
  • 65
0
votes
0 answers

How to return to my app after facetime call ends in iPhone

How to return to my app after Facetime call ends in iPhone. I referred this below answer but it's calling the facetime But not return to my App. NO just like when your app start a call there is no way to get your app back in the foreground after you…
GR.
  • 455
  • 1
  • 4
  • 18
0
votes
1 answer

Taking video on iPhone

I am trying to get the same effect as facetime. With the users current video feed displaying in the lower left of the screen. I am also trying to record that video so the user can save it later... What is the best approach to do this?
Luke
  • 612
  • 1
  • 6
  • 19
0
votes
3 answers

FaceTime number has space

I am getting this strange behavior when making a Facetime call. The number is just a test number(123-456-7890) but the way it reads in Facetime is +12 3 456 7890 Is there a way to change that in code or am I stuck with putting a leading 1 on every…
BigT
  • 1,413
  • 5
  • 24
  • 52
0
votes
0 answers

Show Front Camera Within Set Frame of View Controller

I am trying to add the Front Camera as a subView to my existing View Controller. I would like to set a frame for it, and be able to emulate the way a FaceTime call would look, with the Front Camera showing in the corner. Here is what I have tried…
user717452
  • 33
  • 14
  • 73
  • 149
-1
votes
1 answer

How can I correctly send and receive data with a GroupSessionMessenger?

I currently try to setup SharePlay for my app, but when I try to receive and send data with the GroupSessionMessenger I always get the following errors: No exact matches in call to instance method ‘messages’ and No exact matches in call to instance…
Mitemmetim
  • 520
  • 3
  • 12
-1
votes
1 answer

Recreating a UIView like FaceTime

I found an easy way to display the camera feed, but it shows above my XIB. How can I put the feed in a View to display under the buttons and background? Here's my code. //ViewController.m FaceCamViewer *viewer3 = [[FaceCamViewer alloc]…
Hector Lopez
  • 313
  • 3
  • 12
-3
votes
1 answer

How Facetime app launches automatically even if the app is killed?

I want to know how iOS Facetime app launches automatically on call from other device even if the app is killed?I want to achieve the same for my app. Thanks!
Desert Rose
  • 3,376
  • 1
  • 30
  • 36
-5
votes
1 answer

iOS FaceTime: Programmatically check if a contact is FaceTime-able using C#

I am working o n an ios app (let's call it: Titanic) using Xamarin (C#). The functionality I am trying to develop at the moment is FaceTime from within Titanic. My questions is: How can I programmatically determine if a contact is facetime-able?…
Anas
  • 1
  • 2
1 2 3 4
5