Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 741 Bytes

sip.js.session.info.md

File metadata and controls

25 lines (15 loc) · 741 Bytes

Home > sip.js > Session > info

Session.info() method

Send an INFO request. Exchange information during a session. https://tools.ietf.org/html/rfc6086\#section-4.2.1

Signature:

info(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingInfoRequest;

Parameters

Parameter Type Description
delegate OutgoingRequestDelegate Request delegate.
options RequestOptions Options bucket.

Returns:

OutgoingInfoRequest