Skip to content

Commit

Permalink
docs: minor fix for docs formatting issue (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffswartz authored Jan 12, 2024
1 parent a09ccd5 commit 186e02e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenTok/OpenTok.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,11 @@ public OpenTok(int apiKey, string apiSecret, string apiUrl)
/// based on the first client connecting to the session.
/// </param>
/// <param name="mediaMode">
/// <para>
/// Whether the session will transmit streams using the OpenTok Media Router
/// (<see cref="MediaMode.ROUTED"/>) or not (<see cref="MediaMode.RELAYED"/>).
/// By default, the setting is <see cref="MediaMode.RELAYED"/>.
/// </para>
/// <para>
/// With the parameter set to <see cref="MediaMode.RELAYED"/>, the session will
/// attempt to transmit streams directly between clients. If clients cannot connect
Expand Down Expand Up @@ -247,9 +249,11 @@ public Session CreateSession(
/// based on the first client connecting to the session.
/// </param>
/// <param name="mediaMode">
/// <para>
/// Whether the session will transmit streams using the OpenTok Media Router
/// (<see cref="MediaMode.ROUTED"/>) or not (<see cref="MediaMode.RELAYED"/>).
/// By default, the setting is <see cref="MediaMode.RELAYED"/>.
/// </para>
/// <para>
/// With the parameter set to <see cref="MediaMode.RELAYED"/>, the session will
/// attempt to transmit streams directly between clients. If clients cannot connect
Expand Down

0 comments on commit 186e02e

Please sign in to comment.