mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix: removed extra debug statements
This commit is contained in:
parent
139ecc3e58
commit
12248c6393
1 changed files with 1 additions and 3 deletions
|
|
@ -1038,7 +1038,6 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
|||
{
|
||||
if (!args.DeviceOnLine) return;
|
||||
|
||||
// TODO [ ] #981
|
||||
var clearBytes = XSigHelpers.ClearOutputs();
|
||||
trilist.SetString(joinMap.DirectoryEntries.JoinNumber,
|
||||
Encoding.GetEncoding(XSigEncoding).GetString(clearBytes, 0, clearBytes.Length));
|
||||
|
|
@ -1259,8 +1258,7 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec
|
|||
});
|
||||
}
|
||||
|
||||
// TODO [ ] #983
|
||||
//trilist.SetBool(joinMap.HookState.JoinNumber, IsInCall);
|
||||
trilist.SetBool(joinMap.HookState.JoinNumber, IsInCall);
|
||||
|
||||
CallStatusChange += (sender, args) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue