Class participant
Data class for information about a participant. See Section 6.5 of RFC 7865.
Inherited Members
Namespace: SipRecMetaData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class participant
Fields
| Edit this page View SourceAny
Extension point.
Declaration
public List<XmlElement> Any
Field Value
Type | Description |
---|---|
List<XmlElement> |
Properties
| Edit this page View SourcenameIDs
Contains the name and AOR for the participant.
Declaration
public List<nameID> nameIDs { get; set; }
Property Value
Type | Description |
---|---|
List<nameID> |
participant_id
ID for the participant. This is a GUID byte array encoded as a base64 string.
Declaration
public string participant_id { get; set; }
Property Value
Type | Description |
---|---|
string |