From 186e02e17e155073b3761dbf7eedb15ba87a7e0c Mon Sep 17 00:00:00 2001 From: Jeff Swartz Date: Fri, 12 Jan 2024 01:59:22 -0800 Subject: [PATCH] docs: minor fix for docs formatting issue (#232) --- 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