getLocalVideo() {
        const localVideoWrapper = this.core.getLocalVideo();
        if (localVideoWrapper !== undefined) {
            const element = localVideoWrapper.getElement();
            return element || null;