This message was deleted.
# helpdesk
s
This message was deleted.
p
hi! with how many parallel screen shares do you start to notice this performance impact? How many videos are visible in total at the same time ? generally in order to increase performance on high resolution screens, you could try to change
adaptiveStream: { pixelDensity: 'screen' },
to
adaptiveStream: { pixelDensity: 1 },
f
@polite-kilobyte-67570 around 5 parallel screen shares and 5 just audio tracks with participant placeholders. thank you. i will try it.