Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 549 Bytes

sip.js.sessiondelegate.onbye.md

File metadata and controls

24 lines (14 loc) · 549 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