Skip to content

Commit

Permalink
Merge branch 'release/0.34.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Oct 25, 2021
2 parents 067d891 + 63efcb7 commit 7be6919
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/ZoomNet/Models/MeetingSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,11 @@ public class MeetingSettings
/// </summary>
[JsonProperty(PropertyName = "contact_email")]
public string ContactEmail { get; set; }

/// <summary>
/// Gets or sets the value indicating whether to ask the permission to unmute partecipants.
/// </summary>
[JsonProperty(PropertyName = "request_permission_to_unmute_participants")]
public bool? RequestPermissionToUnmutePartecipants { get; set; }
}
}

0 comments on commit 7be6919

Please sign in to comment.