Skip to content

webrtc: signaller iface: fix session-ended vs end-session confusion

Session ending is bidirectional: the signaller can tell the sink that a session was ended, and the sink can tell the signaller to end a session.

As such, two signals are needed, before this patch the second case was not working as in essence the sink was telling itself that a session was ended, and obviously failing to even find it when trying to end it again.

Merge request reports