From 77c78af74bddda645a38c2c650c71191383e5510 Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Wed, 24 Jun 2026 22:29:31 -0600 Subject: [PATCH] feat: add VideoMuteFb property to Participant class for video mute feedback --- .../VideoCodec/Interfaces/Participant.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/PepperDash.Essentials.Devices.Common/VideoCodec/Interfaces/Participant.cs b/src/PepperDash.Essentials.Devices.Common/VideoCodec/Interfaces/Participant.cs index 1c8678b3..5dfd18a0 100644 --- a/src/PepperDash.Essentials.Devices.Common/VideoCodec/Interfaces/Participant.cs +++ b/src/PepperDash.Essentials.Devices.Common/VideoCodec/Interfaces/Participant.cs @@ -60,6 +60,12 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces [JsonProperty("audioMuteFb")] public bool AudioMuteFb { get; set; } + /// + /// Gets or sets the VideoMuteFb + /// + [JsonProperty("videoMuteFb")] + public bool VideoMuteFb { get; set; } + /// /// Gets or sets the HandIsRaisedFb ///