Skip to content

Commit

Permalink
fix(ProxyConnection) set signaling layer
Browse files Browse the repository at this point in the history
Regression introduced in
5c9b905
  • Loading branch information
saghul committed Jan 26, 2022
1 parent 48b4315 commit 2d21eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/proxyconnection/ProxyConnectionPC.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export default class ProxyConnectionPC {
* An additional initialize call is necessary to properly set instance
* variable for calling.
*/
peerConnection.initialize(roomStub, this._rtc, configStub);
peerConnection.initialize(roomStub, this._rtc, signalingLayer, configStub);

return peerConnection;
}
Expand Down

0 comments on commit 2d21eb5

Please sign in to comment.