From 4e9d58d926695cefc727170c9ffc4269c5a76581 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 15 Feb 2012 15:29:58 +0100 Subject: Remove MUTE values from call stream/channel It is still unsure how mute should be implemented --- spec/Call_Stream_Interface_Media.xml | 14 +----------- spec/Channel_Type_Call.xml | 42 +++++------------------------------- 2 files changed, 6 insertions(+), 50 deletions(-) diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml index 2e3af472..d0db6995 100644 --- a/spec/Call_Stream_Interface_Media.xml +++ b/spec/Call_Stream_Interface_Media.xml @@ -80,18 +80,6 @@ data, and everything is going swimmingly. - - - 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. - - SendingStateChanged to determine whether it should be sending media or not. It should not - need to listen to the Mute/Hold interfaces on the Call/Content. + need to listen to the Hold interfaces on the Call/Content. Feedback on success should be given via CompleteSendingStateChange. Failures should be reported via ReportSendingFailure. diff --git a/spec/Channel_Type_Call.xml b/spec/Channel_Type_Call.xml index a8beed08..7f03ea04 100644 --- a/spec/Channel_Type_Call.xml +++ b/spec/Channel_Type_Call.xml @@ -732,25 +732,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - - The call has been muted by the local user, e.g. using the - Mute interface. This flag SHOULD only - be set if there is at least one Content, and all Contents - are locally muted (for the same reason as Locally_Held). - - - This flag exists to provide a simplified verson of MuteStateChanged, - to reduce the number of signals that need to be - listened to by a simple UI. - - - - - + This flag exists for observability of the SetRinging method (e.g. so that @@ -761,7 +743,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + This flag exists for observability of the SetQueued method. It should be set @@ -771,7 +753,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + The initiator of the call originally called a contact other than the current recipient of the call, but the call was then forwarded or @@ -781,7 +763,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - + This flag only occurs when the CallState is Ended. The call with this flag set has ended, but not all resources corresponding to the @@ -1216,21 +1198,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - - -

The call member has muted their participation in this call. Note - that many protocols will not signal this flag, so clients should - not rely on it being set.

- - -

This is a flag per member, not a flag for the call as a whole, - because in conference calls, any member could mute their own - streams.

-
-
-
- - + This contact has merged this call into a conference. Note that GSM provides a notification when the remote party merges a call into a -- cgit v1.2.3