Removed CallerIdNum

Makes it much easier to work with if it is the same as JoinEvent.
This commit is contained in:
Deantwo 2017-12-21 16:16:28 +01:00 committed by GitHub
parent 7d06b2cfaf
commit 7d9260f419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,7 @@ namespace AsterNET.Manager.Event
// "Queue" in QueueEvent.cs
/// <summary>
/// Get/Set the Caller*ID number of the channel that joined the queue if set.
/// If the channel has no caller id set "unknown" is returned.
/// </summary>
public string CallerIDNum { get; set; }
// "CallerId" in JoinEvent.cs
// "CallerIdName" in JoinEvent.cs