Class JsSIP.OutgoingRequest

An instance of this JsSIP.OutgoingRequest holds a SIP request to be sent.

Instance Methods

setHeader(name, value)

Fills the given header with the given value.

Parameters

name
String indicating the header name.
value
Header value(s) represented by a String or an Array of Strings.

toString()

Returns a String with the generated SIP request.