Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Fix: SFU peer datachannels aren't being created (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belchy06 committed Feb 15, 2023
1 parent 1b86e0f commit 916567e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SignallingWebServer/cirrus.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ function onPeerDataChannelsSFUMessage(msg) {
const player = players.get(playerId);
if (player) {
logForward(SFUPlayerId, playerId, msg);
msg.sfuId = SFUPlayerId;
player.sendTo(msg);
player.datachannel = true;
}
Expand Down

0 comments on commit 916567e

Please sign in to comment.