Skip to content

Commit

Permalink
Fix XML comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jun 30, 2022
1 parent 06e3969 commit 8eb0fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Source/ZoomNet/Models/MeetingSummary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public class MeetingSummary
[JsonPropertyName("type")]
public MeetingType Type { get; set; }

/// <summary>G
/// ets or sets the unique id.
/// <summary>
/// Gets or sets the unique id.
/// </summary>
[JsonPropertyName("uuid")]
public string Uuid { get; set; }
Expand Down
1 change: 0 additions & 1 deletion Source/ZoomNet/Resources/IMeetings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public interface IMeetings
/// <remarks>
/// To obtain the full details about a given meeting you must invoke <see cref="Meetings.GetAsync(long, string, CancellationToken)"/>.
/// </remarks>

Task<PaginatedResponseWithToken<MeetingSummary>> GetAllAsync(string userId, MeetingListType type = MeetingListType.Scheduled, int recordsPerPage = 30, string pagingToken = null, CancellationToken cancellationToken = default);

/// <summary>
Expand Down

0 comments on commit 8eb0fc1

Please sign in to comment.