Calling 'addVideoElement' on screen share flips/mirrors the local video

In my application I would like to create the screen sharing video element myself and then later attach the video to the element.

Example:

    publisher = OVScreenShare.initPublisher(undefined, {
                                videoSource: "screen",
                                insertMode: "REPLACE",
                            });

Later on call:

publisher.addVideoElement(videoElement);

My local screen share is backwards:

Am I doing something wrong? Or is this a bug?

Nvm. I made a mistake when I called my code so videoSource: "screen" wasn’t getting called