Skip to content

Commit

Permalink
Merge pull request #125 from arawa/pielonet-rm-flash-type
Browse files Browse the repository at this point in the history
Remove client "FLASH" type from list
  • Loading branch information
greenstatic authored Nov 22, 2023
2 parents a8b4bec + bd665f5 commit dcf85d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-exporter/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def metric_recordings_unprocessed_from_disk(self):

@staticmethod
def _get_participant_count_by_client(meetings):
p_by_c = defaultdict(int, {'HTML5': 0, 'DIAL-IN': 0, 'FLASH': 0})
p_by_c = defaultdict(int, {'HTML5': 0, 'DIAL-IN': 0})
for meeting in meetings:
if not meeting.get("attendees"):
continue
Expand Down

0 comments on commit dcf85d8

Please sign in to comment.