Beispiel #1
0
        public ValueTask <bool> RemoveParticipantTyping(Participant participant, string channel)
        {
            var key = GetTypingSetKey(participant.ConferenceId, channel);

            return(_database.SetRemoveAsync(key, participant.Id));
        }