Camera Popup on TV should start with RTC

Hello everyone. I’m currently trying to display a popup window with live camera images on my Android TV. This only works if you first try to load MSE and then RTC. When switching between MSE and RTC, the TV pauses. How can I get the popup to load RTC directly?

  - service: webrtc.create_link
    data:
      link_id: "{{ link_id }}"
      url: haustur
      open_limit: 1
      time_to_live: 60
  - service: rest_command.pipup_url_on_tv
    data:
      title: Haustür
      message: Bewegung an Haustür
      width: 640
      height: 480
      url: https://xxx.duckdns.org/webrtc/embed?url={{ link_id }}