mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Adds missing space in video mute command
This commit is contained in:
parent
1849d118b4
commit
6c2abc7abd
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue