Skip to content

Commit

Permalink
Document Competing activity type
Browse files Browse the repository at this point in the history
  • Loading branch information
msciotti committed Sep 15, 2020
1 parent 7bdf9dd commit cd6c72a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/game_sdk/Activities.md
Expand Up @@ -82,6 +82,7 @@ For more detailed information and documentation around the Rich Presence feature
| Streaming | 1 |
| Listening | 2 |
| Custom | 4 |
| Competing | 5 |

For more details about the activity types, [see Gateway documentation](#DOCS_TOPICS_GATEWAY/activity-object-activity-types).

Expand Down
13 changes: 7 additions & 6 deletions docs/topics/Gateway.md
Expand Up @@ -1049,12 +1049,13 @@ Active sessions are indicated with an "online", "idle", or "dnd" string per plat
###### Activity Types

| ID | Name | Format | Example |
| --- | --------- | ------------------- | ------------------------- |
| 0 | Game | Playing {name} | "Playing Rocket League" |
| 1 | Streaming | Streaming {details} | "Streaming Rocket League" |
| 2 | Listening | Listening to {name} | "Listening to Spotify" |
| 4 | Custom | {emoji} {name} | ":smiley: I am cool" |
| ID | Name | Format | Example |
| --- | --------- | ------------------- | ------------------------------------ |
| 0 | Game | Playing {name} | "Playing Rocket League" |
| 1 | Streaming | Streaming {details} | "Streaming Rocket League" |
| 2 | Listening | Listening to {name} | "Listening to Spotify" |
| 4 | Custom | {emoji} {name} | ":smiley: I am cool" |
| 5 | Competing | Competing in {name} | "Competing in Arena World Champions" |

> info
> The streaming type currently only supports Twitch and YouTube. Only `https://twitch.tv/` and `https://youtube.com/` urls will work.
Expand Down

0 comments on commit cd6c72a

Please sign in to comment.