Documentation

CallCardSetUiState

Method allows to change call card UI state.

Application must pass to the method an object with property uiState, containing value, retrieved from the method getListUiStates. No data is passed to the callback function.

Call example

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


© «Bitrix24», 2001-2024
Up