summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-14 16:15:00 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-12-23 11:24:49 -0500
commit9485135a28310f16472ff79a889a2d697a83dd05 (patch)
tree86ff82dd4c24c2e226567ae273ce499bfcc976c0
parent725a680a48a88d1befbdf332f6ea61a8cf4743d3 (diff)
Call.Stream.Endpoint: Document when the Endpoint and Stream Transports can differ
-rw-r--r--spec/Call_Stream_Endpoint.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/spec/Call_Stream_Endpoint.xml b/spec/Call_Stream_Endpoint.xml
index 2aa7e52f..04681cfa 100644
--- a/spec/Call_Stream_Endpoint.xml
+++ b/spec/Call_Stream_Endpoint.xml
@@ -340,7 +340,12 @@
<property name="Transport" tp:name-for-bindings="Transport"
type="u" tp:type="Stream_Transport_Type" access="read">
<tp:docstring>
- The transport type for the stream endpoint.
+ The transport type for the stream endpoint. This can be
+ different from the transport of the Stream in the case where
+ of falling back from <tp:value-ref
+ type="Stream_Transport_Type">ICE</tp:value-ref> to
+ <tp:value-ref
+ type="Stream_Transport_Type">Raw_UDP</tp:value-ref>.
</tp:docstring>
</property>