@ipcom/asterisk-ari 0.0.133 → 0.0.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1104,7 +1104,6 @@ var ChannelInstance = class extends import_events.EventEmitter {
1104
1104
  console.log(
1105
1105
  `Canal '${this.id}' foi destru\xEDdo. Removendo listeners associados.`
1106
1106
  );
1107
- wsClient.removeScopedChannelListeners(this.id, this.app);
1108
1107
  wsClient.removeScopedPlaybackListeners(playback.id, this.app);
1109
1108
  });
1110
1109
  return playback;