From 0750ab45a96e9495f0d999cb59bb92ed92926f9e Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Mon, 24 Jul 2023 13:52:19 -0700 Subject: [PATCH] Minor fix for docs formatting issue --- OpenTok/OpenTok.cs | 4 ++++ 1 file changed, 4 insertions(+) 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