InitialOutgoingInviteRequest class

Inheritance

Constructors

InitialOutgoingInviteRequest(URI? ruri, PitelUA? ua, [Map<String, dynamic>? params, List? extraHeaders, String? body])

Properties

body String?
getter/setter pairinherited
call_id String?
getter/setter pairinherited
cseq int?
getter/setter pairinherited
extraHeaders List
getter/setter pairinherited
from NameAddrHeader?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
headers Map<String?, dynamic>
getter/setter pairinherited
method SipMethod?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ruri URI?
getter/setter pairinherited
sdp Map<String, dynamic>?
getter/setter pairinherited
to NameAddrHeader?
getter/setter pairinherited
transaction ↔ dynamic
getter/setter pairinherited
ua PitelUA?
getter/setter pairinherited

Methods

cancel(String reason) → void
clone() InitialOutgoingInviteRequest
override
getHeader(String name) → dynamic
Get the value of the given header name at the given position. -param {String} name header name -returns {String|null} Returns the specified header, null if header doesn't exist.
inherited
getHeaders(String name) List
Get the header/s of the given name. -param {String} name header name -returns {Array} Array with all the headers of the specified name.
inherited
hasHeader(String name) bool
Verify the existence of the given header. -param {String} name header name -returns {boolean} true if header with given name exists, false otherwise
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseSDP({bool force = false}) Map<String, dynamic>?
Parse the current body as a SDP and store the resulting object into sdp. -param {Boolean} force: Parse even if sdp already exists.
inherited
setHeader(String name, dynamic value) → void
Replace the the given header by the given value. -param {String} name header name -param {String | Array} value header value
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited