Hello @munniee, I was able to get desired effect this trait AccessibilityTraits.startsMediaSession:
Use this trait to silence the audio output of an assistive technology, such as VoiceOver, during a media session that should not be interrupted. For example, you might use this trait to silence VoiceOver speech while the user is recording audio.
There's small side effect that disables pronunciation of next element if changed quickly, but you can additionally post announcement, e.g. UIAccessibility.post(notification: .announcement, argument: "Next element label")
Topic:
App & System Services
SubTopic:
Core OS
Tags: