diff --git a/Source/ZoomNet/Models/MeetingSummary.cs b/Source/ZoomNet/Models/MeetingSummary.cs index ff57ea86..086571a1 100644 --- a/Source/ZoomNet/Models/MeetingSummary.cs +++ b/Source/ZoomNet/Models/MeetingSummary.cs @@ -80,8 +80,8 @@ public class MeetingSummary [JsonPropertyName("type")] public MeetingType Type { get; set; } - /// G - /// ets or sets the unique id. + /// + /// Gets or sets the unique id. /// [JsonPropertyName("uuid")] public string Uuid { get; set; } diff --git a/Source/ZoomNet/Resources/IMeetings.cs b/Source/ZoomNet/Resources/IMeetings.cs index 374f12d2..71a0d0d1 100644 --- a/Source/ZoomNet/Resources/IMeetings.cs +++ b/Source/ZoomNet/Resources/IMeetings.cs @@ -45,7 +45,6 @@ public interface IMeetings /// /// To obtain the full details about a given meeting you must invoke . /// - Task> GetAllAsync(string userId, MeetingListType type = MeetingListType.Scheduled, int recordsPerPage = 30, string pagingToken = null, CancellationToken cancellationToken = default); ///