diff --git a/OpenTok/OpenTok.cs b/OpenTok/OpenTok.cs index aa40e5d..779cd20 100644 --- a/OpenTok/OpenTok.cs +++ b/OpenTok/OpenTok.cs @@ -123,9 +123,11 @@ public OpenTok(int apiKey, string apiSecret, string apiUrl) /// based on the first client connecting to the session. /// /// + /// /// Whether the session will transmit streams using the OpenTok Media Router /// () or not (). /// By default, the setting is . + /// /// /// With the parameter set to , the session will /// attempt to transmit streams directly between clients. If clients cannot connect @@ -247,9 +249,11 @@ public Session CreateSession( /// based on the first client connecting to the session. /// /// + /// /// Whether the session will transmit streams using the OpenTok Media Router /// () or not (). /// By default, the setting is . + /// /// /// With the parameter set to , the session will /// attempt to transmit streams directly between clients. If clients cannot connect