From ddd5e228ef3bc3605332655148e2e8890aef1137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Thu, 15 Dec 2011 19:25:44 -0500 Subject: [PATCH] Stream.I.Media: Add Muted and Pending_Mute stream flow states. This way the CM can tell the streaming implementation to mute. Also, remove the useless Paused state --- spec/Call_Stream_Interface_Media.xml | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml index a7b675b..60fe6ec 100644 --- a/spec/Call_Stream_Interface_Media.xml +++ b/spec/Call_Stream_Interface_Media.xml @@ -80,17 +80,16 @@ data, and everything is going swimmingly. - + - The streaming implementation has been told to pause sending or - displaying data, but it has not yet indicated that it has done so. + The streaming implementation has been told to mute sending, + but it has not yet indicated that it has done so. - + - The streaming implementation has successfully paused either sending or - displaying data, and the local user's privacy or peace-and-quiet is - protected. + The streaming implementation has successfully muted sending, + and the local user's privacy is protected. -- 1.7.7.4