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 10, 2024
1 parent 5cd2063 commit 1249d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Tizen.Multimedia.Remoting/WebRTC/MediaSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ public void SetPayloadType(TransceiverCodec codec, uint payloadType)
/// Gets the RTP payload type of given <paramref name="codec"/>.
/// </summary>
/// <param name="codec">The transceiver codec.</param>
/// <value>The RTP payload type.</value>
/// <returns>The RTP payload type.</returns>
/// <exception cref="InvalidOperationException">MediaSource is not attached yet.</exception>
/// <exception cref="ObjectDisposedException">The WebRTC has already been disposed.</exception>
/// <seealso cref="SupportedTransceiverCodecs"/>
Expand Down
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,9 +332,9 @@ public void SetLocalDescription(string description)
/// <summary>
/// Gets the session description for a local peer.
/// </summary>
/// <value>The local session descriptino string</value>
/// <returns>The local session descriptino string</returns>
/// <exception cref="ObjectDisposedException">The WebRTC has already been disposed.</exception>
/// <seealso cref="SetLocalDescription"/>
/// <seealso cref="SetLocalDescription()"/>
/// <since_tizen> 12 </since_tizen>
public string GetLocalDescription()
{
Expand Down

0 comments on commit 1249d8b

Please sign in to comment.