mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
feat: add VideoMuteFb property to Participant class for video mute feedback
This commit is contained in:
parent
f7c3ed4b8b
commit
77c78af74b
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Interfaces
|
||||||
[JsonProperty("audioMuteFb")]
|
[JsonProperty("audioMuteFb")]
|
||||||
public bool AudioMuteFb { get; set; }
|
public bool AudioMuteFb { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets or sets the VideoMuteFb
|
||||||
|
/// </summary>
|
||||||
|
[JsonProperty("videoMuteFb")]
|
||||||
|
public bool VideoMuteFb { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the HandIsRaisedFb
|
/// Gets or sets the HandIsRaisedFb
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue