summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-15 19:25:44 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-23 11:26:46 -0500
commit52dd16e0f2b4d5b6077debfb4238668610e0fe79 (patch)
treeddf7da42005631bf478298b071c912a5c14f244b
parent9485135a28310f16472ff79a889a2d697a83dd05 (diff)
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
-rw-r--r--spec/Call_Stream_Interface_Media.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml
index a7b675b8..2e3af472 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.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Pending_Pause" value="4">
+ <tp:enumvalue suffix="Pending_Mute" value="4">
<tp:docstring>
- 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.
</tp:docstring>
</tp:enumvalue>
- <tp:enumvalue suffix="Paused" value="5">
+ <tp:enumvalue suffix="Muted" value="5">
<tp:docstring>
- 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.
</tp:docstring>
</tp:enumvalue>
</tp:enum>