mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Adds missing space in video mute command
This commit is contained in:
@@ -2021,7 +2021,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void CameraMuteOn()
|
public void CameraMuteOn()
|
||||||
{
|
{
|
||||||
SendText("xCommand Video InputMainVideo Mute");
|
SendText("xCommand Video Input MainVideo Mute");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@@ -2029,7 +2029,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public void CameraMuteOff()
|
public void CameraMuteOff()
|
||||||
{
|
{
|
||||||
SendText("xCommand Video InputMainVideo Unmute");
|
SendText("xCommand Video Input MainVideo Unmute");
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user