From 368c8b06d5cd3ef4a60f84e169f99fe3d5c12d1f Mon Sep 17 00:00:00 2001 From: Youenn Fablet Date: Sun, 14 Jan 2024 18:03:42 +0100 Subject: [PATCH] Explicit task queuing for each track --- index.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 2a43625..fbd8121 100644 --- a/index.bs +++ b/index.bs @@ -598,8 +598,8 @@ conforming IDL fragments, as described in the Web IDL specification. [[!WEBIDL]] for=MediaSessionAction>togglemicrophone or togglecamera media session action, user agent MUST first execute the corresponding {{MediaSessionActionHandler}}, - and then execute the steps to set MediaStreamTrack muted state for - each related MediaStreamTrack. + and then, for each related MediaStreamTrack, [=queue a task=] to + execute the steps to set MediaStreamTrack muted state.