mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Added new Messenger for video codec
This commit is contained in:
parent
1b942918d7
commit
d70d8b58dd
2 changed files with 23 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue