video:join-event
video family
Record a peer join event for tracking and lifecycle; public — called from the /go/ link handler
- Effect
- signal
- Fire-and-forget — the call returns once accepted, not once done.
- Cost
- free
- What one call costs, so you can budget before acting.
- Reversible
- yes
- The effect can be undone by a later call.
- Idempotent
- yes
- Safe to retry as-is.