From 6462de8afdf525f8151e0e3da82d2fcd0b6ab7a8 Mon Sep 17 00:00:00 2001 From: youennf Date: Mon, 27 May 2024 14:32:22 +0200 Subject: [PATCH] Update index.bs Co-authored-by: Chris Needham --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 10b3e5e..8cb8472 100644 --- a/index.bs +++ b/index.bs @@ -1009,7 +1009,7 @@ interface MediaSession { The setMicrophoneActive(active), setCameraActive(active) and setScreenshareActive(active) methods can reject based on user agent specific heuristics. This might in - particular happen when the web page asks to activate (aka unmute) microphone, + particular happen when the web page asks to activate (unmute) the microphone, camera or screenshare. The user agent could decide to require [=transient activation=] in that case. It might also require user input through a prompt to make the actual decision.