Close the call card from the CallCardClose application
We are still updating this page
Some data may be missing here — we will complete it soon.
Scope:
telephonyWho can execute the method: any user
The CallCardClose method allows the application to close the call card.
Warning
Attention! After calling this method, the call card will be closed, and no further operations can be performed on it.
Example
BX24.placement.bindEvent('BackgroundCallCard::initialized', event => {
BX24.placement.call('CallCardClose', {}, () => {
// some code
})
});
How to Use Examples in Documentation
Copied