sip.js.sessiondelegate.onbye.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDelegate > onBye

SessionDelegate.onBye() method

Called upon receiving an incoming in dialog BYE request.

Signature:

onBye?(bye: Bye): void;

Parameters

ParameterTypeDescription
byeByeThe bye.

Returns:

void

Contents

  1. 1SessionDelegate.onBye() method
  2. 2Parameters