Skip to content

Commit

Permalink
(GH-226) Fix XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Jul 8, 2022
1 parent daa0f36 commit 5204f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/ZoomNet/Models/MeetingSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ public class MeetingSettings
public bool? HostInIndia { get; set; }

/// <summary>
/// If the value of the <see cref="JoinBeforeHost"/> is true, this field indicates the
/// time limits within which a participant can join a meeting before the meeting's host.
/// Gets or sets the time limits within which a participant can join a meeting before the meeting's host.
/// </summary>
/// <remarks>This value is applicable only if <see cref="JoinBeforeHost"/> is true.</remarks>
[JsonPropertyName("jbh_time")]
public JoinBeforeHostTime? JoinBeforeHostTime { get; set; }

Expand Down

0 comments on commit 5204f67

Please sign in to comment.