diff --git a/proposals/0099-new-remote-control-modules-and-parameters.md b/proposals/0099-new-remote-control-modules-and-parameters.md
index 36ae78a46b..5c18bbbcb5 100644
--- a/proposals/0099-new-remote-control-modules-and-parameters.md
+++ b/proposals/0099-new-remote-control-modules-and-parameters.md
@@ -240,6 +240,9 @@ New AUDIO data types.
Availability of the control of audio source.
+
+ Availability of the keepContext parameter.
+
Availability of the control of audio volume.
@@ -270,12 +273,13 @@ New AUDIO data types.
If the value is MOBILE_APP, the system shall switch to the mobile media app that issues the setter RPC.
-
+
This parameter shall not be present in any getter responses or notifications.
- This parameter is optional in a setter request. The default value is false.
- If it is true, the system not only changes the audio source but also brings the default infotainment system UI associated with the audio source to foreground and set the application to background.
- If it is false, the system changes the audio source, but keeps the current application's context.
+ This parameter is optional in a setter request. The default value is false if it is not included.
+ If it is false, the system not only changes the audio source but also brings the default application or
+ system UI associated with the audio source to foreground.
+ If it is true, the system only changes the audio source, but keeps the current application in foreground.