Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 666 Bytes

sip.js.session.bye.md

File metadata and controls

24 lines (14 loc) · 666 Bytes

Home > sip.js > Session > bye

Session.bye() method

End the Session. Sends a BYE.

Signature:

bye(options?: SessionByeOptions): Promise<OutgoingByeRequest>;

Parameters

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

Returns:

Promise<OutgoingByeRequest>