@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.
package/dist/esm/index.js CHANGED
@@ -1082,7 +1082,6 @@ var ChannelInstance = class extends EventEmitter {
1082
1082
  console.log(
1083
1083
  `Canal '${this.id}' foi destru\xEDdo. Removendo listeners associados.`
1084
1084
  );
1085
- wsClient.removeScopedChannelListeners(this.id, this.app);
1086
1085
  wsClient.removeScopedPlaybackListeners(playback.id, this.app);
1087
1086
  });
1088
1087
  return playback;