case(enums.RESPONSE_ICE):
                console.log("ICE candidate picked up by manager.");
                target.connection.addIceCandidate(new this.config.rtc_facade.RTCIceCandidate(data))
                    .then(
                          result => console.log("Successfully added ICE candidate to connection "+input.id),