As more and more people are working remotely virtual meeting apps like Zoom are becoming an essential part of many organizations. Although Zoom is no stranger to security issues, see CVE-2021-28133 and CVE-2021-30480, it is still widely in use. Personally I would recommend using an alternative like Teams or Webex, but to each their own.
A great example of Remote Code Execution in Zoom was recently presented by Thijs Alkemade and Daan Keuper at Pwn2Own 2021 that explains the bugs and how they were able to use them to eventually gain a reverse shell. The writeup is very detailed and shows all the steps that go into controlling heap corruption and making more reliable exploit code.
Full writeup here!