mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
fix camera mute command
This commit is contained in:
@@ -316,7 +316,7 @@ namespace PepperDash.Essentials.Core.Bridges
|
|||||||
{
|
{
|
||||||
Debug.Console(1, "Factory Attempting to create new EiscApiAdvanced Device");
|
Debug.Console(1, "Factory Attempting to create new EiscApiAdvanced Device");
|
||||||
|
|
||||||
var controlProperties = dc.Properties["control"].ToObject<ControlPropertiesConfig>();
|
var controlProperties = CommFactory.GetControlPropertiesConfig(dc);
|
||||||
|
|
||||||
switch (dc.Type)
|
switch (dc.Type)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1587,7 +1587,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||||||
|
|
||||||
public void CameraOff()
|
public void CameraOff()
|
||||||
{
|
{
|
||||||
SendText("zCommand Call Camera Mute: On");
|
SendText("zConfiguration Call Camera Mute: On");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
@@ -1602,7 +1602,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.ZoomRoom
|
|||||||
//Zoom doesn't support camera auto modes. Setting this to just unmute video
|
//Zoom doesn't support camera auto modes. Setting this to just unmute video
|
||||||
public void CameraAutoModeOff()
|
public void CameraAutoModeOff()
|
||||||
{
|
{
|
||||||
SendText("zCommand Call Camera Mute: Off");
|
SendText("zConfiguration Call Camera Mute: Off");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void CameraAutoModeToggle()
|
public void CameraAutoModeToggle()
|
||||||
|
|||||||
Reference in New Issue
Block a user