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

Commit

Permalink
Updated message log info for P2P sample
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaChunbo committed Oct 28, 2019
1 parent 1d8582c commit 27cfd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/samples/p2p/js/sc.websocket.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function SignalingChannel() {
});

wsServer.on('owt-message', function(data) {
console.info('Received woogeen message.');
console.info('Received owt message.');
if (self.onMessage)
self.onMessage(data.from, data.data);
});
Expand Down

0 comments on commit 27cfd29

Please sign in to comment.