Home > sip.js > Session > info
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;
Parameter | Type | Description |
---|---|---|
delegate | OutgoingRequestDelegate | Request delegate. |
options | RequestOptions | Options bucket. |
Returns: