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
///