API for your website to remove chatters from the room #44
Labels
Geen label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Geen mijlpaal
Geen project
Niet toegewezen
1 deelnemers
Notificaties
Vervaldatum
Geen vervaldatum ingesteld.
Afhankelijkheden
Geen afhankelijkheden ingesteld.
Referentie: apps/BareRTC#44
Laden…
Verwijs in nieuw issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have API integrations such as "block this user NOW" where when a user blocks another on your main website, BareRTC can immediately enforce the block in case one/both users are presently in the room.
A similar integration should be added for "kick this user NOW" in case the main site needs to remove them from the room.
Example use cases where this would be trigger include:
The remote kick API should be able to include a custom ChatServer message to be sent to the user, so they can know why they were kicked.
To other users on chat, the kick should look like a regular log-off event (don't say "has been kicked from the room!" which implies it was a manual admin action, which can lead to questions and confusion).