From 3baf33689ff47f814fa93d1f5b0079be0e7e1708 Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Mon, 28 Oct 2024 12:21:35 +0100 Subject: [PATCH] Make transient-solo an exclusive type Fixes https://github.com/w3c/audio-session/issues/35 --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 5698eec..6fb4bcc 100644 --- a/index.bs +++ b/index.bs @@ -133,7 +133,7 @@ In the API, these are represented by the {{AudioSessionType}} enum: }; -An {{AudioSessionType}} is an exclusive type if it is {{AudioSessionType/playback}} or {{AudioSessionType/play-and-record}}. +An {{AudioSessionType}} is an exclusive type if it is {{AudioSessionType/playback}}, {{AudioSessionType/play-and-record}} or {{AudioSessionType/transient-solo}}. ## Audio session states ## {#audio-session-states}