Home > borogove > calls > SessionDescription
calls.SessionDescription class
Signature:
export class SessionDescription
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(version, name, media, attributes, identificationTags) |
Constructs a new instance of the SessionDescription class
|
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| attributes |
readonly
|
borogove.calls.Attribute[] | |
| identificationTags |
readonly
|
string[] | |
| media |
readonly
|
borogove.calls.Media[] | |
| name |
readonly
|
string | |
| version |
readonly
|
number |
Methods
| Method | Modifiers | Description |
|---|---|---|
| addContent(newDescription) | ||
| fromStanza(iq, initiator, existingDescription) |
static
|
|
| getDtlsSetup() | ||
| getFingerprint() | ||
| getUfragPwd() | ||
| parse(input) |
static
|
|
| toSdp() | ||
| toStanza(action, sid, initiator) |