Skip to content

When requesting participant devices, append devices to the device list in...

Julien Wadel requested to merge fix/device_ordering into release/5.2

When requesting participant devices, append devices to the device list in order to keep the same order as participants.

A-B-C-D (C is me)
Old behavior : 
=> devices of : C-D-B-A
Fix:
=> devices of : C-A-B-D
Edited by Julien Wadel

Merge request reports