Skip to content

Commit

Permalink
Fix to recording (#1786)
Browse files Browse the repository at this point in the history
Co-authored-by: carlos <carlos.arriaga.prieto>
  • Loading branch information
Arri98 authored Jan 17, 2022
1 parent cd997c5 commit bee3653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erizo_controller/erizoJS/models/Publisher.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class Source extends NodeClass {

class Publisher extends Source {
constructor(clientId, streamId, connection, options) {
super(clientId, streamId, connection.threadPool, options);
super(clientId, streamId, connection.internalConnection.threadPool, options);
this.mediaConfiguration = options.mediaConfiguration;
this.options = options;
this.connection = connection;
Expand Down

0 comments on commit bee3653

Please sign in to comment.