Some instructors may want to embed Zoom meeting recordings into the course content.
First, make sure to click Edit Course from the homepage.
Or, click Edit Course Content while within the course.

Now find the concept where you want to embed the video. Click into the reading area and click the three dots to expand the menu bar (see the red circle in the image below). Now click the Source Code icon (see the red box below).

When you click on the Source Code icon, you will be seeing the source code for the whole reading section. You will place the embedded code where you want the video to live. In the image below, you will see the source code added to the beginning of the reading.

Be sure to copy and paste the following code and include your unique Zoom Video URL in the appropriate location:
<div class="iframe-container" style="overflow: hidden; padding-top: 56.25%; position: relative;"><iframe allow="microphone; camera" style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="PASTE YOUR ZOOM VIDEO URL HERE" frameborder="0"></iframe></div>
For example, your code may look something like this:

Once a user opens the course section, it will look like this:
