case(enums.RESPONSE_SDP_ANSWER):
                console.log("SDP answer picked up by manager.");
                target.connection.setRemoteDescription(new this.config.rtc_facade.RTCSessionDescription(data))
                .then(
                          result => console.log("Successfully added SDP Answer to connection "+input.id),