Skip to content

Commit

Permalink
meh.
Browse files Browse the repository at this point in the history
  • Loading branch information
iChun committed May 27, 2021
1 parent 0b5b0a4 commit 4f78426
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/gettingstarted/socketkey/streamelements.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Finding your StreamElements JWT Token
|--------|
| Playing Test Events work with CCI, but isn't always representative of a live event. Always use live events when making configs where possible. |

<br />
<br />

1. Go to your StreamElements dashboard and click on your profile name in the top right.

Expand Down
4 changes: 3 additions & 1 deletion docs/gettingstarted/socketkey/streamlabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Finding Your Streamlabs Socket.IO API key
|--------|
| Replaying events through the dashboard works with CCI, but isn't always representative of a live event. Always use live events when making configs where possible. |

<br />
<br />

1. Go to your Streamlabs dashboard and click on Settings in the left sidebar, under Account

Expand All @@ -22,7 +24,7 @@ Finding Your Streamlabs Socket.IO API key
<br />
3. In The API Settings page, click on API Tokens

![](../images/socketkey/streamlabs/apisettings.png){: class="img_center"}
![](../images/socketkey/streamlabs/apitokens.png){: class="img_center"}
<br />
<br />
4. And there's your Socket API Token. Copy that, it's what CCI needs.
Expand Down
2 changes: 2 additions & 0 deletions docs/gettingstarted/socketkey/twitchchat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Finding your Twitch Chat Key
|--------|
| If you needed help with this, all I can say is, good luck. |

<br />
<br />

1. Go to the channel which chat you want to listen to.

Expand Down
3 changes: 3 additions & 0 deletions docs/gettingstarted/socketkey/youtubechat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Finding your YouTube Chat Channel ID
|--------|
| YouTube support is a little special. You need to first generate an API key from Google. |

<br />
<br />

### Google API Key

YouTube support first requires an API key. This is a one time set up. If you already have an API key, skip to getting the channel name.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# If you add a page, you must add it to the index here
pages:
- Home: 'index.md'
- Getting Started: 'gettingstarted/index.md'
- Getting Started:
- First Launch and Setup: 'gettingstarted/index.md'
- Finding Your Socket Key:
- Streamlabs: 'gettingstarted/socketkey/streamlabs.md'
Expand Down

0 comments on commit 4f78426

Please sign in to comment.