Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed Aug 2, 2018
1 parent 85afb02 commit 135f992
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/gettingstarted/settingup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Unfortunately, not much of the stream events are documented on their end, so the

Streamlabs however has [some documentation](https://dev.streamlabs.com/docs/socket-api)(scroll down beyond the javascript code) but it is not 100% accurate to the real world application. CCI was initially designed around Streamlabs so you can see how things fit, following that documentation.

Just try and remember, this is how things flow (normally): Stream Event -> Socket -> Event Configuration -> Filter by Configuration -> Filter by type -> Event 1 -> Condition (not met) -> Event 2 -> Condition (met) -> Outcome(s)

### That's all folks

Expand Down

0 comments on commit 135f992

Please sign in to comment.