Skip to content

Files

Latest commit

author
John Riordan
Apr 17, 2020
13817fd · Apr 17, 2020

History

History
24 lines (14 loc) · 545 Bytes

sip.js.sessiondelegate.onbye.md

File metadata and controls

24 lines (14 loc) · 545 Bytes

Home > sip.js > SessionDelegate > onBye

SessionDelegate.onBye() method

Called upon receiving an incoming in dialog BYE request.

Signature:

onBye?(bye: Bye): void;

Parameters

Parameter Type Description
bye Bye The bye.

Returns:

void