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
nameStringindicating the header name.value- Header value(s) represented by a
Stringor anArrayofStrings.
toString()
Returns a String with the generated SIP request.