Related to European law "Article 16, 8 December 1992 privacy."
I have been involved with some enterprises, most of them are horrible and nightmare paper works,
with all of them to introduce WebRTC way of work is like a big pain.
They ask me how do the video packets and audio packets reach from PC1 to PC2 when relay or turn server is used or there is firewall or there is security involved?
I told them its 3 way when firewall/nat fails, video/audio packet goes to turnserver and turnserver never keep the packets in server, but it sends it out instantly.
---
They said, packets are going to third party server (turnserver in Amazon or other hosted servers which is maintained by other third party admins)
which is a violation of privacy according to article 16 etc etc.
How do i solve this problem? that its not violating privacy act, its just moving the packets via the server to the end user.
How can i make prove and assure when a call is made PC1 to PC2 the data is not kept in anywhere?
But just for processing it was using turnserver, webrtc signaling etc?
Is there any official statements or so to similar fact?