Openvidu-webcomponent screen share

Hi all, i’m stucked with openvidu-webcomponent and screen share. I’m in this scenario:
I’ve my openvidu-webcomponent:

<!-- OpenVidu Web Component -->
    <openvidu-webcomponent 
        id="openviduComponent"
        tokens='{"webcam":"{{ $token }}", "screen":"{{ $token }}"}'
        participant-name="{{ auth()->user()->full_name }}"
        prejoin="true"
        toolbar-recording-button="true"
        toolbar-fullscreen-button="true"
        toolbar-broadcasting-button="false"
        style="height: 100%;"></openvidu-webcomponent>

and me and another user join session. I’m the MODERATOR, the other user is PUBLISHER.
If i try to share video i can my window shared but the PUBLISHER can’t see it.
What i’m doing wrong?