问题标签 [facetime]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - ABPersonViewController 没有显示 facetime 按钮?
我使用联系人获取联系人ABPeoplePickerNavigationController
,当我选择其中任何一个联系人时,我会获取该人使用的详细信息ABPersonViewController
。ABPersonViewController
从苹果文档中,我们将获得有关使用allowsActions:
方法的面部时间按钮。但我没有得到面子时间。我使用了以下代码..
video-streaming - 在 xamarin 项目中提供视频通话的功能
为什么 xamarin 不支持 facetime,如果我想在应用程序中进行视频通话,什么是支持 xamarin 的最佳 3rd 方 API
ios - 如何确定/测试 FaceTime 联系信息?
我正在制作一个启用 FaceTime 的 iOS 应用程序。我正在使用 FaceTime url 方案来启动 FaceTime,效果很好。我希望用户能够从他们的通讯录中选择联系人,存储他们的 FaceTime 联系人信息,并在以后使用。
一个联系人可能有多个联系信息(电话号码、多个电子邮件地址等)。如何确定 FaceTime 需要哪一个?我的理解是,在 iOS 7 中,当用户从他们的联系人列表中选择 FaceTime 时,它会尝试同时响起他们所有的电话号码/电子邮件地址。有没有办法从我的应用程序中做到这一点?或者,我的应用程序有没有办法测试一条联系信息是否是有效的 FaceTime 联系人?
谢谢
objective-c - 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.
How do I create a property to access this through the XIB?
ios - 从我的应用进行 FaceTime 音频通话
我有一个与 FaceTime 帐户关联的电话号码或电子邮件地址,如何从我的应用程序中发起 FaceTime 音频通话?
avfoundation - avcapturesessionPreeset640x480 在 Mac 上不起作用
我必须打开相机(通过 avfoundation.framework)
mac 支持 AvCaptureSessionPreset640x480 (FaceTime HD)
我尝试这样做,但相机图像分辨率为 1280x720 。
(void)open { captureSession = [[AVCaptureSession alloc]init];
[captureSession 开始配置];
……
[captureSession setSessionPreset:AVCaptureSessionPreset640x480];
[captureSession 提交配置]; }
为什么 avcapturesessionPreeset640x480 不起作用?
基础 SDK:OS X 10.9,OS X 部署目标 OS X 10.7
ios - How to make facetime call from Swift?
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) in iOS 8. Is facetime capable of this, and if so, how do I access this functionality in swift?
If not, how does one use facetime from an app programatically otherwise? I found this question about the Swift API that explained how to do it in objective C. How do I adapt that code to work in swift? When I use it as written, I get the error "Expected ; seperator"
Barring the above two, is there any other or better ways to program facetime functionality for a swift app?
Thanks!
macos - iSight/FaceTime 摄像头在升级后无法工作
现在我正在运行 OS X Yosemite beta 10.10,升级我的 OS X 后我的相机丢失了,我在论坛中尝试了所有方法,但没有任何帮助。
我不能 FaceTime,或 Skype 或任何东西。通常我会把它带到苹果商店,但离我最近的苹果商店大约在 200 英里外。
因为我正在测试 OS X Yosemite,我知道我会遇到一些问题,但我需要这个才能工作
还; 我也在 2 天前安装了更新,因为它是在应用商店中推荐的。
(不是硬件问题,升级前工作正常,在“系统信息> USB”中找不到);也不是用户特定的。
ios - 以编程方式打开 FaceTime,无需任何数字或苹果 ID - iOS8
在 iOS8 之前,我可以使用以下代码从我的应用程序中打开 FaceTime 应用程序。
如果我有号码,直接拨打电话,如果是nil,就直接打开FaceTime。
但是从iOS8开始,如果是空号,FaceTime根本打不开。
ios - 在 facetime 中隐藏目标电子邮件或号码
我想制作一个应用程序,让用户使用 facetime 进行视频通话。URL 方案 facetime://abc@email.com 有效,但我想知道在拨打电话时是否可以隐藏目标电子邮件地址?我希望用户只通过应用程序拨打电话并隐藏所有电子邮件。
非常感谢。