Skip to content

Commit

Permalink
Update Statistics Update Trigger YouTube (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnyy authored Dec 2, 2024
1 parent d6ebdd6 commit eb4472c
Showing 1 changed file with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,19 @@ variables:
value: 9001
- name: favoriteCount
type: number
description: Number of times this broadcast has been favorited
description: (Deprecated) - Number of times this broadcast has been favorited
value: 25
- name: commentCount
type: number
description: Number of comments this broadcast has
value: 42
- name: concurrentViewers
type: number
description: |
The number of viewers currently watching this broadcast
Broadcaster needs to have the viewcount enabled for this broadcast to represent the correct value.
value: 42
commonVariables:
- YouTubeBroadcast
---

0 comments on commit eb4472c

Please sign in to comment.