Created
December 13, 2018 13:28
-
-
Save lazorfuzz/60876957e14c3ce8b9715a6b2d921f33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| handleSend = (chatMsg) => { | |
| this.props.webrtc.shout('chat', chatMsg); | |
| this.props.onSend(chatMsg); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment