如何在Mac上设置FaceTime

FaceTime is Apple’s built-in video and audio calling app. It pairs with your iPhone and allows you to make phone calls on macOS.

FaceTime是Apple的内置视频和音频通话应用程序。 它可以与iPhone配对使用,并允许您在macOS上拨打电话。

You don’t need an iPhone to make FaceTime calls (or even use iMessage), but you will need one to make calls from a phone number. If you don’t have an iPhone, you can still make calls from the email associated with your Apple ID, but only to other FaceTime users.

您无需使用iPhone即可进行FaceTime通话(甚至不使用iMessage),但您需要使用iPhone才能通过电话号码进行通话。 如果没有iPhone,您仍然可以通过与Apple ID相关联的电子邮件拨打电话,但只能打给其他FaceTime用户。

登录到iCloud (Sign in to iCloud)

You should already be signed in when you set up your Mac, but if you’re not, you can sign in under “iCloud” in System Preferences. Make sure this account is the same account you use on your phone.

设置Mac时,您应该已经登录,但如果尚未登录,则可以在“系统偏好设置”的“ iCloud”下登录。 确保此帐户与您在手机上使用的帐户相同。

Your iPhone should automatically forward your messages to iMessage and FaceTime on your Mac once you’re signed in, but if it doesn’t, you may have to enable it under the iCloud settings on your phone.

登录后,iPhone应该自动将消息转发到Mac上的iMessage和FaceTime,但是如果没有,则可能必须在手机的iCloud设置下启用它。

打开FaceTime并启用您的帐户 (Open FaceTime and Enable Your Accounts)

By default, FaceTime should be in the Dock, but you can always get to it by searching for it in Spotlight with Command+Space.

默认情况下,FaceTime应该位于Dock中,但是您始终可以通过使用Command + Space在Spotlight中进行搜索来找到它。

In the app, open the “FaceTime” menu and click the “Preferences” command.

在应用程序中,打开“ FaceTime”菜单,然后单击“首选项”命令。

In the Preferences window, make sure your Apple ID is enabled. From here you can also choose the emails and phone numbers at which you want to be reached, the number from which to start new calls, and a custom ringtone.

在“首选项”窗口中,确保已启用Apple ID。 在这里,您还可以选择要联系的电子邮件和电话号码,发起新呼叫的电话号码以及自定义铃声。

You can also block people from calling you under the “Blocked” tab. This setting should sync with your iPhone.

您还可以在“已阻止”标签下阻止其他人给您打电话。 此设置应与您的iPhone同步。

拨打电话 (Making Calls)

In the FaceTime app, you can place calls to people you’ve chatted with or missed a call from recently by clicking on the video or phone icon next to their name. If you’d like to place a video call or an audio call, you can right-click a contact’s name and select “FaceTime” or “FaceTime Audio” from the drop-down menu.

在FaceTime应用程序中,您可以通过单击与其姓名旁边的视频或电话图标,向最近与之聊天或未接电话的人拨打电话。 如果您想进行视频通话或音频通话,则可以右键单击联系人的姓名,然后从下拉菜单中选择“ FaceTime”或“ FaceTime Audio”。

You can also search for someone to call from the search bar at the top.

您也可以从顶部的搜索栏中搜索要呼叫的人。

This search pulls from all of your contacts, so they’ll need to be synced with your Mac as well. Luckily, they should be by default.

此搜索来自您所有的联系人,因此它们也需要与Mac同步。 幸运的是,它们应该默认为。

翻译自: https://www.howtogeek.com/368804/how-to-set-up-facetime-on-your-mac/

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279134.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

在Ubuntu 11.10中将窗口按钮移回右侧

As of Ubuntu 10.04, the minimize, maximize, and close buttons on all windows were moved to the left side and the system menu was removed. Prior to version 11.10, you could use several methods to restore the original button arrangement. 从Ubuntu 10.04开始&a…

如何在Windows 10上使用触摸板手势

If you’ve used a touchpad in Windows 10, you’re no doubt aware of the basic single-finger tapping and two-finger scrolling gestures. Windows 10 also packs in some additional gestures you might not have tried. 如果您在Windows 10中使用了触摸板,那…

相机模拟光圈_我的相机应该使用什么光圈?

相机模拟光圈Aperture, along with shutter speed and ISO, is one of the three most important settings you control when you take a photo. It affects both the amount of light that hits your camera sensor and the depth of field of your images. Let’s look at ho…

2018-2019-1 20165234 《信息安全系统设计基础》第四周学习总结

一、学习目标 了解ISA抽象的作用 掌握ISA,并能举一反三学习其他体系结构 了解流水线和实现方式二、学习内容 Y86-64指令 movq指令 irmovq rrmovq mrmovq rmmovq四个整数操指令 addq,subq,andq,xorq只对寄存器数据进行操作7个跳转指令 cmovle cmovl cmove cmovne cmo…

Python之钉钉机器人推送天气预报

通过Python脚本结合钉钉机器人,定时向钉钉群推送天气预报 #!/usr/bin/python # -*- coding: utf-8 -*- # Author: aikergdedu.ml # My blog http://m51cto.51cto.blog.com import requests import re import urllib2 import json import sys import osheaders {Co…

google +按钮_如何禁用或改善Google的Google+集成

google 按钮If you’ve used Google lately, you’ve probably seen Google taking over Google’s search results. You don’t have to put up with it — you can disable the integration, show better social-networking pages or hide those pesky Google notifications.…

java 集合读写同步_JAVA多线程学习十六 - 同步集合类的应用

1.引言在多线程的环境中,如果想要使用容器类,就需要注意所使用的容器类是否是线程安全的。在最早开始,人们一般都在使用同步容器(Vector,HashTable),其基本的原理,就是针对容器的每一个操作,都添加synchronized来进行同…

ubuntu自定义菜单_如何自定义Ubuntu的每日消息

ubuntu自定义菜单Ubuntu displays an informative message, known as the message of the day, when a user logs in at the terminal. The MOTD is fully customizable — you can add your own text and other dynamic data. 当用户在终端上登录时,Ubuntu将显示信…

火狐web开发清楚缓存_如何使用Firefox的Web开发工具

火狐web开发清楚缓存Firefox’s Web Developer menu contains tools for inspecting pages, executing arbitrary JavaScript code, and viewing HTTP requests and other messages. Firefox 10 added an all-new Inspector tool and updated Scratchpad. Firefox的Web Develop…

Java基类共同属性设置_多选择基类的访问属性-Java初学笔记

多选择基类的访问属性你现在知道在定义类的访间属性时可用的选择项,你希望使用这些类定义子类。你知道在类继承上这些属性所具有的效果,但是你如何决定到底应该使用哪一个呢?这里没有死板和现成的规则,你选择的访问属性取决于在将来你想用类…

IT:如何在Windows Server 2008 R2上安装Hyper-V虚拟化

Windows Server 2008 R2 and later releases of the product ship with a virtualization platform called Hyper-V, which works quite well since it’s built into Windows. Today we’re going to show you how to install it. Windows Server 2008 R2和更高版本的产品附带…

FineReport单行与数据库交互的方法

1. 问题描述 我们在做一张报表填报的时候经常会遇到需要在一行进行添加动作,将该行数据直接与数据库交互,执行存储过程过程。我们可以通过每一行增加帆软“插入”按钮实现插入动作,并且在控件事件中增加和数据库的交互,但当事件…

java cas volatile_每日一个知识点:Volatile 和 CAS 的弊端之总线风暴

每日一个知识点系列的目的是针对某一个知识点进行概括性总结,可在一分钟内完成知识点的阅读理解,此处不涉及详细的原理性解读。一、什么是总线风暴总线风暴,听着真是一个帅气的词语,但如果发生在你的系统上那就不是很美丽了&#…

SqlServer之代码块相关

转载必需注明出处:http://www.ncloud.hk/%E6%8A%80%E6%9C%AF%E5%88%86%E4%BA%AB/sqlserver-codeblock/ 一、go语句 Go语句是SqlServer中用来表示当前代码块结束提交并确认结果的语句。 Go语句不能和其他Sql命令卸载同一行上! 定义的局部变量作用域局限在定义它的代码…

010 使用list和tuple

list Python内置的一种数据类型是列表:list。list是一种有序的集合,可以随时添加和删除其中的元素。 比如,列出班里所有同学的名字,就可以用一个list表示: >>> classmates [Michael, Bob, Tracy] >>&g…

IT:如何使用Server 2008 R2上的远程桌面服务设置自己的终端服务器

In today’s IT learning article, we are going to take a look at installing Terminal Services, otherwise known as Remote Desktop Services, on a Server 2008 R2 machine. 在今天的IT学习文章中,我们将介绍在Server 2008 R2计算机上安装终端服务(也称为远程…

Win10 jdk的安装以及环境变量的配置,及需要注意的坑

此篇文章献给自己,希望下次长点记性 最近本人终于有时间开始学习appium,并且开始在电脑上配置环境,第一步就是在我那刚装的Win10 系统上安装jdk,过程并不顺利,由于之前都是用的win7,几乎都是一路的下一步&a…

Jenkins配置Findbugs做源代码安全扫描

2019独角兽企业重金招聘Python工程师标准>>> 此内容目标阅读用户:运维人员 配置步骤如下: Jenkins安装Findbugs插件 Jenkins系统管理 → 管理插件 → (可选插件)找到Findbugs及其依赖插件全部安装成功,Jenkins重启,即可…

如何从USB运行Windows 8 Developer Preview

Running Windows 8 from a USB should not be confused with installing Windows on a USB drive–in this case, instead of installing it on the drive, we’re just running it straight from the portable drive. Here’s how to do it. 从USB运行Windows 8不应与在USB驱动…

火狐查cookie_Firefox 65默认会阻止跟踪Cookie

火狐查cookieMozilla today released Firefox 63, which includes an experimental option to block third-party tracking cookies, protecting against cross-site tracking. You can test this out today, but Mozilla wants to enable it for everyone by default in Firef…