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