Documentation

CallCardSetCardTitle

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

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

Call example

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


© «Bitrix24», 2001-2024
Up