Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fix for docs formatting issue #232

Merged
merged 1 commit into from
Jan 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading