mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Fixes incorrect variable name
This commit is contained in:
parent
e218f13d45
commit
1a44d28adb
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ namespace PepperDash.Essentials.AppServer.Messengers
|
||||||
{
|
{
|
||||||
list.Add(CurrentCallItem);
|
list.Add(CurrentCallItem);
|
||||||
}
|
}
|
||||||
if (EISC.GetBool(JoinMap.GetJoinForKey(SIMPLVtcJoinMap.CallIncoming))) {
|
if (EISC.GetBool(JoinMap.GetJoinForKey(SIMPLVtcJoinMap.IncomingCall))) {
|
||||||
|
|
||||||
}
|
}
|
||||||
return list;
|
return list;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue