sip.js.session.bye.md

September 26, 2022 ยท View on GitHub

Home > sip.js > Session > bye

Session.bye() method

End the Session. Sends a BYE.

Signature:

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

Parameters

ParameterTypeDescription
optionsSessionByeOptionsOptions bucket. See SessionByeOptions for details.

Returns:

Promise<OutgoingByeRequest>

Contents

  1. 1Session.bye() method
  2. 2Parameters