Post

Replies

Boosts

Views

Activity

Not able to start a Group Activity as there is not active conversation
Hi, I'm trying to add the new GroupActivities API to one of my apps but I'm not able to get it to work. When I'm in a FaceTime Audio call between two iOS 15 devices, I get this error when I call .activate(). I did not book a Lab but if there's still a spot available later today I would love to join one Thanks, Jordi Dropping activity as there is no active conversation: GroupActivities.AnyGroupActivity(activityIdentifier: "com.goodsnooze.unmute.SpeakTogether", metadataProvider: GroupActivities.AnyGroupActivity.MetadataProvider.future(Combine.Future<GroupActivities.GroupActivityMetadata, Swift.Never>), content: 42 bytes)
2
0
1.9k
Jun ’21
Allow access to the user microphone in an active phone call (not the other person on the line, only local)
For my app I want to build a SharePlay experience that uses the Speech framework. During a FaceTime call I want to perform Speech to text on the users device. I tried to get this to work, but as soon as I’m on an active phonecall and I try to set the AudioSession, it doesn’t work. try AVAudioSession.sharedInstance().setCategory(.playAndRecord, options: . try AVAudioSession.sharedInstance().setActive(true, options: []) I get the error: The operation couldn’t be completed. (OSStatus error 561017449.) Which basically means: "The app was not allowed to set the audio category because another app (Phone, etc.) is controlling it." It would be great if there was a way to get access to only the users microphone, not even the other person on the line so that it could be implemented in a privacy first way. If there is a way to achieve this please let me know, Thanks Jordi
1
0
2k
Jun ’21