Skip to content

Commit ccb1b62

Browse files
committed
task-oriented chat: add per connect in chargeable items list in per-minute pricing
1 parent a0e85b7 commit ccb1b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/chat/build-task-oriented.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Depending on the specifics of your platform, you can choose between per-minute o
5252

5353
Note that one chat room is backed by a single Ably Pub/Sub channel. When the room is active, the channel is active.
5454

55-
With per-minute pricing, you will be charged per message and active room (active channel). This pricing model is ideal if you have a large number of users who might not be active for a long time. Things like deliveries, support tickets, and marketplace transactions are all good examples of this.
55+
With per-minute pricing, you will be charged per message, active room (active channel), and active connection. This pricing model is ideal if you have a large number of users who might not be active for a long time. Things like deliveries, support tickets, and marketplace transactions are all good examples of this.
5656

5757
With MAU-based pricing you will only be charged for the number of unique active users in the month (and ovarage if you go over the message limits). This pricing model is ideal if your users are very active throughout the month. Collaboration tools and some gaming scenarios are good examples of this. Paying per MAU is typically more predictable than per-minute pricing. Another use case for MAU-based pricing is if you are a platform and you also charge per MAU, to keep costs in sync with your own pricing model.
5858

0 commit comments

Comments
 (0)