Skip to content

webrtcsink: fix session_id / peer_id confusion

In a few places, for instance parameter names, peer_id was still used when session_id was actually getting passed.

Go through all instances of peer_id in webrtcsink/imp.rs and address those mix-ups.

Merge request reports