hi, I have the following:
ParticipantPipeline with multiple children:
- :vr_publisher
- :vr_subscriber
- :vr_screen_subscriber
- :vr_screen_publisher
they are custom bins containing logic to work with webrtc connections to janus gateway.
I need to shutdown :vr_screen_publisher, when someone publishes screen media to janus room.
Goal is to have only one screen publish to the room at a time.
How to properly handle this situation?