DEV Community

Cover image for Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 1
ben pobi
ben pobi

Posted on

Build a Video Conference App from Scratch using WebRTC,Websocket,PHP +JS Day 1

In this video we'll cover creating the necessary files and folder for our project.

If you want to learn more about Web Development, feel free to follow me on Youtube!

Latest comments (8)

Collapse
 
shubhamsutar profile image
shubham sutar

{% youtube paste-here-Embedded-video-code %}

Don't use iframe tag.
simply follow above syntax.

Collapse
 
shriekdj profile image
Shrikant Dhayje

cool Video But how do you add the youtube video embed at dev.to markdown i wasn't able to add the iframe tag into it...?

Collapse
 
andersbjorkland profile image
Anders Björkland

You can use liquid tags. Here's an example for YouTube:

{% youtube dQw4w9WgXcQ %}

Collapse
 
dvrvsimi profile image
Olorundara Akojede (dvrvsimi)

can you do this for videos on your local machine?

Collapse
 
jaspreet9795 profile image
Jaspreet kaur

I am trying to embed video using above, it not working. I tried

as well but not working.

Error:
Whoops, something went wrong:
bad URI(is not URI?): nil

Collapse
 
paulwababu profile image
paulsaul621

lovely!

Collapse
 
codinsonn profile image
Thorr ⚡️ codinsonn.dev

But how do you make it start and end at a certain point?

Thread Thread
 
paulwababu profile image
paulsaul621

Try:
{% youtube dQw4w9WgXcQ start=30 end=60 %}