Class UserChangeSelfMutedEventImpl

    • Constructor Detail

      • UserChangeSelfMutedEventImpl

        public UserChangeSelfMutedEventImpl​(long userId,
                                            Server server,
                                            boolean newSelfMuted,
                                            boolean oldSelfMuted)
        Creates a new user change self-muted event.
        Parameters:
        userId - The id of the user of the event.
        server - The server in which the self-muted state of the user was changed.
        newSelfMuted - The new self-muted state of the user.
        oldSelfMuted - The old self-muted state of the user.