Class CallStateChangeNotification
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class CallStateChangeNotification : NotificationBase
Constructors
CallStateChangeNotification()
Declaration
public CallStateChangeNotification()
Properties
CurrentState
Declaration
public CallState CurrentState { get; set; }
Property Value
Type | Description |
---|---|
CallState |
StateChangeCode
Declaration
public string StateChangeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |