sip.js.session.bye.md

September 26, 2022 ยท View on GitHub

Home > sip.js > Session > bye

Session.bye() method

Send a BYE request. Terminating a session. https://tools.ietf.org/html/rfc3261\#section-15

Signature:

bye(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingByeRequest;

Parameters

ParameterTypeDescription
delegateOutgoingRequestDelegateRequest delegate.
optionsRequestOptionsOptions bucket.

Returns:

OutgoingByeRequest

Contents

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