mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
adds missing code parameter
This commit is contained in:
@@ -502,7 +502,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
|||||||
/// <param name="code">Mobile Control user code</param>
|
/// <param name="code">Mobile Control user code</param>
|
||||||
private void DisplayUserCode(string code)
|
private void DisplayUserCode(string code)
|
||||||
{
|
{
|
||||||
SendText(string.Format("xcommand userinterface message alert display title:\"Mobile Control User Code:\" text:\"{0}\" duration: 30"));
|
SendText(string.Format("xcommand userinterface message alert display title:\"Mobile Control User Code:\" text:\"{0}\" duration: 30", code));
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SendMcBrandingUrl(IMobileControlRoomBridge mcBridge)
|
private void SendMcBrandingUrl(IMobileControlRoomBridge mcBridge)
|
||||||
|
|||||||
Reference in New Issue
Block a user