open-webrtc-toolkit / owt-server

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
https://01.org/open-webrtc-toolkit
Apache License 2.0
1.13k stars 368 forks source link

deep clone data before notify to clients #1335

Closed snoozebear closed 11 months ago

snoozebear commented 11 months ago

If different client version (eg: v1.2,v1.1) in one room ,the converted data was incorrectly sent to the v1.2 client. So make a deep copy before the message is sent , to prevent the data reference changing by portalDataAdapter in other client session.