Skip to content

net/webrtcsrc: invoke connect_signaller() in ReadyToPaused

Connection to the Signaller was performed in ObjectImpl::constructed(), thus connecting to the default Signaller, bypassing the one that could be set via the "signaller" MUTABLE_READY property.

Merge request reports