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

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