Class DataSocketSettings
Reserved for the internal use.
Inherited Members
Namespace: Microsoft.Skype.Bots.Media
Assembly: Microsoft.Skype.Bots.Media.dll
Syntax
public class DataSocketSettings
Constructors
DataSocketSettings()
Reserved for the internal use.
Declaration
public DataSocketSettings()
Properties
CallId
Reserved for the internal use.
Declaration
public string CallId { get; set; }
Property Value
Type | Description |
---|---|
String |
ReceiveDataType
Reserved for the internal use.
Declaration
public DataType ReceiveDataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
SendDataType
Reserved for the internal use.
Declaration
public DataType SendDataType { get; set; }
Property Value
Type | Description |
---|---|
DataType |
StreamDirections
Reserved for the internal use.
Declaration
public StreamDirection StreamDirections { get; set; }
Property Value
Type | Description |
---|---|
StreamDirection |