diff --git a/channels/chan_websocket_doc.xml b/channels/chan_websocket_doc.xml
index e264783bd3..63e171a115 100644
--- a/channels/chan_websocket_doc.xml
+++ b/channels/chan_websocket_doc.xml
@@ -57,6 +57,36 @@
If not specified, the first codec from the caller's channel will be used.
+
+ Sets the media direction for the call. It is important to
+ note that this is from the perspective of the application, NOT
+ Asterisk.
+
+
+
+ The default behavior. Media flows both ways like normal.
+
+
+
+
+ Asterisk will send media to the application but drop any media
+ it receives.
+
+
+
+
+ Asterisk will only receive media from the application, but will
+ not send any media.
+
+
+
+
+
+
+ format:
+
+
+
Normally, the WebSocket channel will be answered when
connection is established with the remote app. If this
@@ -66,12 +96,6 @@
/channels/answer ARI endpoint.
-
-
- format:
-
-
-
In passthrough mode, the channel driver won't attempt
to re-frame or re-time media coming in over the websocket from