jitsi-meet icon indicating copy to clipboard operation
jitsi-meet copied to clipboard

Additional setting to order participants in video layouts (role, name, video, audio)

Open dimitardelchev93 opened this issue 2 years ago • 1 comments

Add an additional configuration setting to jitsi-meet, when this setting has values, the sorting of participants in video layouts must be in the order of the sorting criteria in the setting.

Some meetings have many participants and it sometimes is convenient to be able to see participants in a specific order.

Setting description in config.js:

// Specifies whether participants in video layouts should be ordered or not, and with what priority
// videoLayoutSort = [
//  'role', <- Moderators on top
//  'name', <- Alphabetically by name
//  'audio', <- Audio muted on bottom
//  'video', <- Video muted on bottom
// ] <- the order of the array elements determines priority

dimitardelchev93 avatar Jul 12 '22 14:07 dimitardelchev93

I don't think we want to add all that complexity, but I'll check with Product.

saghul avatar Jul 12 '22 15:07 saghul

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Sep 07 '23 01:09 github-actions[bot]