public abstract static class Callback.Default extends Object implements Callback
This simply logs any onDiscard response at 'warn' level. The method should be overridden if anything other than a logged warning would be required in such an eventuality.
Callback.Default
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
onDiscard()
This is called to notify that a call context was closed prematurely,
typically due to a timeout or the session being closed.
|
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.