Class UserMediaEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed user media configuration
public class UserMediaEventArgs : CallbackEventArgs
- Inheritance
-
UserMediaEventArgs
- Inherited Members
Constructors
UserMediaEventArgs()
Initializes a new instance of the UserMediaEventArgs class
public UserMediaEventArgs()
Properties
UserMedicConfig
Gets the changed user media configuration
public TUserMediaConfig UserMedicConfig { get; }
Property Value
- TUserMediaConfig
Methods
ToString()
public override string ToString()