Skip to content

Instantly share code, notes, and snippets.

@mdobson
Created March 11, 2016 13:41
Show Gist options
  • Save mdobson/2f9055d9a682a3e4c2f1 to your computer and use it in GitHub Desktop.
Save mdobson/2f9055d9a682a3e4c2f1 to your computer and use it in GitHub Desktop.
check for stream
function checkForStream(device, streamName) {
return Object.keys(device._streams).indexOf(streamName) != -1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment