1. Default as audio ON in the embed code:
In this scenario, the audio is ON. When the user will hear the audio while the page opens. If you want to play the live streaming video, you have to click on the PLAY icon on the video.
You will add the parameter “muted” and value=”false” which is “muted=false” after “?”.
Here is the example code:
<iframe src=”https://www.microseven.
2. Default as audio OFF in the embed code:
In this scenario, the audio is OFF. When the page opens, the live streaming is auto-playing, but the audio is muted.
You will copy and paste from your portal to your website without any modification on the embed code.
Here is the example code:
<iframe src=”https://www.microseven.
If you have any questions, please make a comment below.