ShouldRemoteMuteChecker

internal interface ShouldRemoteMuteChecker

Checks if the current user should be muted remotely. More details in the use case: https://wearezeta.atlassian.net/wiki/spaces/ENGINEERIN/pages/969605169/Use+case+conversation+admin+mutes+a+remote+participant

Inheritors

Functions

Link copied to clipboard
abstract fun check(senderUserId: <Error class: unknown class>, selfUserId: <Error class: unknown class>, selfClientId: String, targets: <Error class: unknown class>?, conversationMembers: List<<Error class: unknown class>>): Boolean