API for your website to remove chatters from the room #44
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: apps/BareRTC#44
Loading…
Reference in New 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).