Class PlaceCallAppHostedMedia
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 PlaceCallAppHostedMedia : ActionBase
Constructors
PlaceCallAppHostedMedia()
Declaration
public PlaceCallAppHostedMedia()
Properties
CallLegId
Declaration
public Guid? CallLegId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
MediaConfiguration
Declaration
public JObject MediaConfiguration { get; set; }
Property Value
Type | Description |
---|---|
Newtonsoft.Json.Linq.JObject |
Source
Declaration
public Participant Source { get; set; }
Property Value
Type | Description |
---|---|
Participant |
Target
Declaration
public Participant Target { get; set; }
Property Value
Type | Description |
---|---|
Participant |
Methods
Validate()
Declaration
public override void Validate()