Class group
Class containing data about a Communication Session Group. See Section 6.2 of RFC 7865.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class group
Constructors
| Edit this page View Sourcegroup()
Constructor for creating a new group object. This constructor sets group_id, associatetime and associatetimeSpecified fields.
Declaration
public group()
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
Specifies the time that the Communication Session Group is associated with the recording. If this value field is set, then the associatetimeSpecified field must be set to true.
Declaration
public DateTime associatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
associatetimeSpecified
Set this field to true if the associatetime field has been set.
Declaration
public bool associatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
disassociatetime
Specifies the time that the grouping ends. If this field is set then set the disassociatetimeSpecified field to true.
Declaration
public DateTime disassociatetime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
disassociatetimeSpecified
If true, then the disassociatetime has been set.
Declaration
public bool disassociatetimeSpecified { get; set; }
Property Value
Type | Description |
---|---|
bool |
group_id
This attribute groups different CSs that are related. Must be set to a base64 encoded GUID byte array.
Declaration
public string group_id { get; set; }
Property Value
Type | Description |
---|---|
string |