A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
I was able to solve the Problem using a virtual video Device and ffmpeg.
sudo apt install v4l2loopback-dkms
sudo modprobe v4l2loopback
ffmpeg -f v4l2 -i /dev/video0 -vf format=yuv420p,scale=1280x720 -f v4l2 /dev/video1
It changes size of the Video so Teams is able to use it.