ziwo-core-front
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Verto
Clear
constructor
debug
event
Type
verto
destroy
Call
prepare
Unload
Event
purge
Hierarchy
VertoClear
Index
Constructors
constructor
Properties
debug
event
Type
verto
Methods
destroy
Call
prepare
Unload
Event
purge
Constructors
constructor
new
Verto
Clear
(
verto
:
Verto
, debug
:
boolean
)
:
VertoClear
Parameters
verto:
Verto
debug:
boolean
Returns
VertoClear
Properties
Private
debug
debug
:
boolean
Private
Readonly
event
Type
event
Type
:
"unload"
|
"beforeunload"
Private
verto
verto
:
Verto
Methods
destroy
Call
destroy
Call
(
call
:
Call
)
:
void
Parameters
call:
Call
Returns
void
prepare
Unload
Event
prepare
Unload
Event
(
)
:
void
When user closes the tab, we need to purge the call
for on going call(s): purge
for ended call(s): purge + destroy
Returns
void
Private
purge
purge
(
calls
:
Call
[]
)
:
void
Parameters
calls:
Call
[]
Returns
void
Generated using
TypeDoc
When user closes the tab, we need to purge the call