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