Skip to content

Commit

Permalink
[WebRTC] Fix documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hsgwon committed Sep 13, 2024
1 parent 1249d8b commit bccfb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tizen.Multimedia.Remoting/WebRTC/WebRTC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public void SetLocalDescription(string description)
/// <summary>
/// Gets the session description for a local peer.
/// </summary>
/// <returns>The local session descriptino string</returns>
/// <returns>The local session description string</returns>
/// <exception cref="ObjectDisposedException">The WebRTC has already been disposed.</exception>
/// <seealso cref="SetLocalDescription()"/>
/// <since_tizen> 12 </since_tizen>
Expand Down Expand Up @@ -380,7 +380,7 @@ public void SetRemoteDescription(string description)
/// <summary>
/// Gets the session description of the remote peer's current offer or answer.
/// </summary>
/// <value>The remote session descriptino string</value>
/// <value>The remote session description string</value>
/// <exception cref="ObjectDisposedException">The WebRTC has already been disposed.</exception>
/// <seealso cref="SetRemoteDescription"/>
/// <since_tizen> 12 </since_tizen>
Expand Down

0 comments on commit bccfb05

Please sign in to comment.