From 1876677f5823b402613ce46fd6bb9c67b826a072 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. --- spec/Call_Stream_Interface_Media.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml index a7b675b..6e3d4b3 100644 --- a/spec/Call_Stream_Interface_Media.xml +++ b/spec/Call_Stream_Interface_Media.xml @@ -93,6 +93,18 @@ protected. + + + 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 muted sending, + and the local user's privacy is protected. + +