Skip to content

Instantly share code, notes, and snippets.

@lazorfuzz
Created December 13, 2018 13:28
Show Gist options
  • Select an option

  • Save lazorfuzz/60876957e14c3ce8b9715a6b2d921f33 to your computer and use it in GitHub Desktop.

Select an option

Save lazorfuzz/60876957e14c3ce8b9715a6b2d921f33 to your computer and use it in GitHub Desktop.
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