Skip to content

webrtc lib: Make all structures private

Hot on the heels of the successful merge of !2183 (merged), here is the next step, hiding all the structures from the applications.

This will prevent any unsafe access. The only safe access is from the properties.

Merge request reports