Class UserPhoneClientSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for user phone configuration. This subscription is used by the PhoneManager and the 3pcc. It notifies only changes made by client components. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserPhoneClientSubscription : CallbackSubscription
- Inheritance
-
UserPhoneClientSubscription
- Inherited Members
Constructors
UserPhoneClientSubscription()
Initializes a new instance of the UserPhoneClientSubscription class
public UserPhoneClientSubscription()
Methods
OnUserPhoneClientConfigChanged(TChangeInfo, TPhoneUserClient)
Virtual method will be called after user phone configuration has been changed by a client component
public virtual void OnUserPhoneClientConfigChanged(TChangeInfo info, TPhoneUserClient config)
Parameters
info
TChangeInfoconfig
TPhoneUserClientThe changed user phone configuration
Events
UserPhoneClientConfigChanged
Occurs after user phone configuration has been changed by a client component
public event OnUserPhoneClientChanged UserPhoneClientConfigChanged