Class RouteCall
Inheritance
System.Object
RouteCall
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()
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RouteCall : ActionBase
Constructors
RouteCall()
Declaration
Properties
MaskCallee
Declaration
public bool ? MaskCallee { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MaskCaller
Declaration
public bool ? MaskCaller { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
RingTimeoutInSeconds
Declaration
public uint ? RingTimeoutInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
RouteCallType
Declaration
public RouteCallType RouteCallType { get; set; }
Property Value
Targets
Declaration
public IEnumerable<Participant> Targets { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<Participant> |
|
Methods
CreateForwardRouteCall(Participant)
Declaration
public static RouteCall CreateForwardRouteCall(Participant target)
Parameters
Returns
Validate()
Declaration
public override void Validate()
Overrides