Disable (hide) manual recording
To disable manual recording, add the following script into the campaign script, but outside of any functions; it will hide the recording buttons.
toolbar.recordingButtons.hidden = function() {
return true;
}
To disable manual recording, add the following script into the campaign script, but outside of any functions; it will hide the recording buttons.
toolbar.recordingButtons.hidden = function() {
return true;
}