WKInterfaceDevice play(_ type: WKHapticType) duckOthers?

I'm working on a watchOS 6 app which is using a DispatchSourceTimer to play watch haptic alerts using WKInterfaceDevice.play. Is it possible to configure the audio session (when the device is not muted) to duck other audio that is playing via bluetooth headphones?


I've tried configuring a AVAudioSession with the proper option in the setCategory method but have not been successful. Haptics and audio alerts are playing but the audio alerts are barely audible when music is playing.


Any advice would be greatly appreachated!