Is It possible to start a Group FaceTime call with URL schemes (FaceTime Links)?

Viewed 865
1 Answers

So I've been in contact with Apple and it turns out there is a URL scheme for group calls:

facetime-group://?remoteMembers=+12345678901;participant2@apple.com;+23456789012&isVideoEnabled=1 (make the last term 0 if you want to start with your camera off… works the same as tapping Audio when starting a Group FaceTime call)

Related