Added new Messenger for video codec

This commit is contained in:
Heath Volmer
2018-08-03 16:42:36 -06:00
parent 1b942918d7
commit d70d8b58dd
2 changed files with 23 additions and 11 deletions

View File

@@ -83,6 +83,11 @@ namespace PepperDash.Essentials.AppServer.Messengers
appServerController.AddAction(MessagePath + "/standbyOff", new Action(() => Codec.StandbyDeactivate()));
}
public void GetFullStatusMessage()
{
}
/// <summary>
/// Helper to grab a call with string ID
/// </summary>