speakEventEmitter.on('stopped_speaking', function() {
          webRTCService.myRtcid().then(function(rtcId) {
            currentConferenceState.updateSpeaking(rtcId, false);
            webRTCService.broadcastMe();
          });