feat: add VideoMuteFb property to Participant class for video mute feedback

This commit is contained in:
Neil Dorin 2026-06-24 22:29:31 -06:00
parent f7c3ed4b8b
commit 77c78af74b

View file

@ -60,6 +60,12 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces
[JsonProperty("audioMuteFb")]
public bool AudioMuteFb { get; set; }
/// <summary>
/// Gets or sets the VideoMuteFb
/// </summary>
[JsonProperty("videoMuteFb")]
public bool VideoMuteFb { get; set; }
/// <summary>
/// Gets or sets the HandIsRaisedFb
/// </summary>