Documentation

CallCardSetStatusText

Method allows to change text in the call card center from the app's side.

Upon the call, requires passing the object with property statusText. No data is passed to the callback function.

Call example

BX24.placement.bindEvent('BackgroundCallCard::initialized', event => {
    BX24.placement.call('CallCardSetStatusText', { statusText: 'hello world! }, () => {
        // some code
    })
});


© «Bitrix24», 2001-2024
Up