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
| Parameter | Type | Description |
|---|---|---|
| bye | Bye | The bye. |
Returns:
void