You need to mark the background as nonremoveable
https://developer.apple.com/documentation/SwiftUI/WidgetConfiguration/containerBackgroundRemovable(_:)
I've been looking into this more to find out how I can do this on the Mac instead of the phone.
I've found apps on the Mac App Store that allow for Speech to Text while a FaceTime call is active so I know that it's possible. But in all my testing I'm not able to get it to work. Any pointers would be great!
I was able to get this to work at a later point. I implemented the check for .isEligibleForGroupSession .
It seems there is a bug where the active Group session is not updated until you force close your app. I'm going to file a bug report.
You need to mark the background as nonremoveable
https://developer.apple.com/documentation/SwiftUI/WidgetConfiguration/containerBackgroundRemovable(_:)
I've been looking into this more to find out how I can do this on the Mac instead of the phone.
I've found apps on the Mac App Store that allow for Speech to Text while a FaceTime call is active so I know that it's possible. But in all my testing I'm not able to get it to work. Any pointers would be great!
I was able to get this to work at a later point. I implemented the check for .isEligibleForGroupSession .
It seems there is a bug where the active Group session is not updated until you force close your app. I'm going to file a bug report.