_stopRecording: function() {
    this.attributes.control.set("recording", false);
    this.attributes.control.set({ signalRecording: false },
                                { silent: true});
  },