Documentation

CallCardSetMute

Method allows to disable agent's microphone from the app's side.

Application must pass an object with property muted to the method containing the boolean value: true (microphone is enabled, false - disabled). No data is passed to callback function.

Call example

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


© «Bitrix24», 2001-2024
Up