Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 672 Bytes

sip.js.session.info.md

File metadata and controls

24 lines (14 loc) · 672 Bytes

Home > sip.js > Session > info

Session.info() method

Share Info with peer. Sends an INFO.

Signature:

info(options?: SessionInfoOptions): Promise<OutgoingInfoRequest>;

Parameters

Parameter Type Description
options SessionInfoOptions Options bucket. See SessionInfoOptions for details.

Returns:

Promise<OutgoingInfoRequest>