Documentation

CallCardClose

Method allows to close the call card from the app's side.

Attention! After calling this method, the call card is closed and further operations are not available with it.

Call example

BX24.placement.bindEvent('BackgroundCallCard::initialized', event => {
    BX24.placement.call('CallCardClose', {}, () => {
        // some code
    })
});


© «Bitrix24», 2001-2024
Up