[Telepathy-commits] [telepathy-spec/master] Deprecated SetLocalCodecs and RemoteRemoteCandidate methods that are not implemented

Olivier Crête olivier.crete at collabora.co.uk
Mon Jan 12 15:14:45 PST 2009


---
 spec/Media_Stream_Handler.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/spec/Media_Stream_Handler.xml b/spec/Media_Stream_Handler.xml
index d241407..2c778c1 100644
--- a/spec/Media_Stream_Handler.xml
+++ b/spec/Media_Stream_Handler.xml
@@ -209,6 +209,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         ready for an incoming call and exchange candidates/codecs before
         knowing what local codecs are available.
       </tp:docstring>
+      <tp:deprecated>
+	Local codecs should be provided in Ready().
+      </tp:deprecated>
     </method>
     <signal name="RemoveRemoteCandidate"
       tp:name-for-bindings="Remove_Remote_Candidate">
@@ -216,6 +219,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
         <tp:docstring>
           String identifier for remote candidate to drop
         </tp:docstring>
+	<tp:deprecated>
+	  There is no case where you want to release candidates (except
+	  for an ICE reset and there you'd want to remove then all).
+	</tp:deprecated>
       </arg>
       <tp:docstring>
         Signal emitted when the connection manager wishes to inform the
-- 
1.5.6.5




More information about the Telepathy-commits mailing list