Options
Menu

Module Activities

For any real-time collaboration application, connected users must have some context about their current collaboration state. This goes beyond just data synchronization, typically involving communicating user intentions (such as highlighting a sentence before deleting it) and availability (who can I collaborate with?).

Great real-time apps go the extra mile to prevent conflicts. That's what this API is all about.

Index

Type aliases

ActivityPermission

ActivityPermission: "join" | "lurk" | "view_state" | "set_state" | "remove" | "manage"

The possible permissions a activities can have.