Skip to content

Commit dbe035c

Browse files
author
cloudwebrtc
committed
Update.
1 parent e4eb748 commit dbe035c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default class CallHandler {
139139
error: "Invalid session " + message.session_id,
140140
},
141141
};
142-
client.send(JSON.stringify(msg));
142+
client_self.send(JSON.stringify(msg));
143143
return;
144144
}
145145

0 commit comments

Comments
 (0)