Class participantstreamassoc
Class for associating a participant with send and receive media streams. See Section 6.8 of RFC 7865.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class participantstreamassoc
Fields
| Edit this page View SourceAny
Extension point.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
Properties
| Edit this page View Sourceassociatetime
This attribute indicates the time a participant started contributing to a media stream.
Declaration
public DateTime associatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
associatetimeSpecified
Set this field if the associatetime field has be set.
Declaration
public bool associatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
disassociatetime
This attribute indicates the time a participant stopped contributing to a media stream.
Declaration
public DateTime disassociatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
disassociatetimeSpecified
Set this field to true if the disassociatetime field has be set.
Declaration
public bool disassociatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
participant_id
Must be set to the participant_id of a participant object.
Declaration
public string participant_id { get; set; }
Property Value
Type | Description |
---|---|
string |
recv
This attribute indicates whether a participant is receiving a media stream or not. This attribute has a value that points to a stream represented by its stream_id. The presence of this attribute indicates that a participant is receiving a stream.
Declaration
public List<string> recv { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
send
This attribute indicates whether a participant is contributing to a stream or not. This attribute has a value that points to a stream represented by its stream_id. The presence of this attribute indicates that a participant is contributing to a stream.
Declaration
public List<string> send { get; set; }
Property Value
Type | Description |
---|---|
List<string> |