From Bright Pattern Documentation
<translate>
Stop Call Recording (Callback)
Stops the call recording and gets confirmation that recording is off.
Request
Syntax
window.bpspat.api.stopCallRecording(callback) callback = function(data) { }
Arguments
Parameter | Type | Description |
callback | function | JavaScript method executed when API method request is completed |
Response
QQQ
</translate>