For anyone that's interested in WebRTC and Sockets, I am doing a lot of research on that right now and will some videos without using an SDK like Agora. This way you can try both options and see what works best for you :)
Can you do more videos on how to share screen, record the meeting, and add whiteboard in case of teaching students online. I would be very glad. I really LOVED the video
This is so cool! 🔥🔥🔥🔥🔥 Thanks for adding this video, this'll be a great practice for me to practice some Front-end and use SDKs at the same time! Love your videos dude! ♥♥♥
ty so much for this usefull tutorial but the problem if i want to open the website in other browser like tow customers connected from tow different devices
@Dennis lvy i run the code exactly how you input without any error but not working. I don't know why, but seems like it's from temp token i generated. Can you pls help me.
hi dennis can you talk about fastapi and what is the diffrent between it and django rest framework , and what do you think about start using fastapi instead using django
Hi Dennis. This was a neat project and you explained it well. I have it up and running but wanted to make what I thought was a simple change to the code. I merely want the page to load all the connected users into view with an _option_ for me to join them. But no matter how I try, it breaks the code every time. Is there a simple solution to this i'm overlooking? Thanks!
Of course its still worth learning ;) There are plenty of tools that add to the development process but in many cases you will still need a backend to host your database, API and to hold all the business logic. These tools work well together.
Thanks for this was looking forward to finding a application like this - Just need to figure out how to renew that temp token since we can't hardly hardcode this into the system each time I'm upgrading your script somewhat so that a videochat only last for x amaount of time - to prevent mis-use by auto logou after x time
I added all of the files and did accordingly but only "Join Stream" is appeared and nothing else when i click on it. Please tell someone how it will work?
Yea if you don’t want to use their SDK and try using webRTC. I’d recommend trying both so you can better understand the advantages and disadvantages of both.
@@DennisIvy Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced. To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. Note that for performance reasons, only the first access to one of the properties is shown. 1 source content.js:1 This is the message in chrome console issues. in vs code it says nothing
Hi you are doing good But I follow all the steps correctly, but my camera is not displaying anything on my screen and I check my console I have no error I see a warning message Telling me unexpected token < in JSON at position 0 how can I fix that please
For anyone that's interested in WebRTC and Sockets, I am doing a lot of research on that right now and will some videos without using an SDK like Agora. This way you can try both options and see what works best for you :)
Looking forward to seeing more on this topic - cheers!
Thanks for being a mentor to all of us!!
Am intereted
Would love to see something like this with the Webex SDK.
4:29
Getting to know your channel is one of the best thing that ever happened to me, thank you so much for everything
Wow, thank you!
Real good to see you again here Dennis... kudos for making people aware about this nifty SDK.
Keep posting more content
One of the best short guides on Agora. Thank you 💚
After a long time. Good to see you again Dennis. ❤️🔥
You are the best Dennis, thanks for your efforts, we learn a lot from your channel
Can you do more videos on how to share screen, record the meeting, and add whiteboard in case of teaching students online. I would be very glad. I really LOVED the video
did u find away to share screen?
Its wonderful development video, like to see two party video conferencing so that can have better idea.
Awesome, and when you do the back-end video please do it with Django
I was planning on it ;)
Yes please man
This is so cool! 🔥🔥🔥🔥🔥
Thanks for adding this video, this'll be a great practice for me to practice some Front-end and use SDKs at the same time!
Love your videos dude! ♥♥♥
Greetings from Azerbaijan👋
what is the use of user in the async(user, mediaType) at line 37. when i am trying to consol log it, it shows undefined
This is really smart!! Congrats.
keep going dennis you are the best
This is what i was looking for ❤
how can i create dynamic tokens in JavaScript, when i host the project it only returns video stream from the first user who joined the stream
ty so much for this usefull tutorial but the problem if i want to open the website in other browser like tow customers connected from tow different devices
@Dennis lvy i run the code exactly how you input without any error but not working. I don't know why, but seems like it's from temp token i generated. Can you pls help me.
hi dennis can you talk about fastapi and what is the diffrent between it and django rest framework , and what do you think about start using fastapi instead using django
@DennisIvy Amazing guide, Thank you. Please how to share screen, any ideas?
thank you so much, it really helps?, how can we add a record button to save the live conversation?
Hi Dennis. This was a neat project and you explained it well. I have it up and running but wanted to make what I thought was a simple change to the code. I merely want the page to load all the connected users into view with an _option_ for me to join them. But no matter how I try, it breaks the code every time. Is there a simple solution to this i'm overlooking? Thanks!
Can we expect a new project with django on the backend and front end built with react , that would be so cool
Please Dennis, is Django still worth learning, with the rise of no code tools.
Of course its still worth learning ;) There are plenty of tools that add to the development process but in many cases you will still need a backend to host your database, API and to hold all the business logic. These tools work well together.
@@DennisIvy Thank you.
Thanks for this was looking forward to finding a application like this - Just need to figure out how to renew that temp token since we can't hardly hardcode this into the system each time
I'm upgrading your script somewhat so that a videochat only last for x amaount of time - to prevent mis-use by auto logou after x time
You save my live❤
I need another social network app like ISPQ. They just killed it on March 31st. You could meet people from all over the world.
thanku sir u really helped alot
I added all of the files and did accordingly but only "Join Stream" is appeared and nothing else when i click on it. Please tell someone how it will work?
the same here! have you figured it out ?
hey, after clicking on the join stream I'm unable to see the video. Can you please help me out?
Sis, did u get the video streaming because I am also not able to stream video 😢😢
same problem
I can do multiple rooms with a limit of 2 people?
Awesome, helpful for me
i wanna input video image in the deeplearning model... so how can i get the video image in agora?
really we need to learn how to develop private chat app using django channels ♥️
Yea I've spent some time on that and will try to come out with a few videos on that
@@DennisIvy thanks bro, we are waiting ... ❤
How can I add a screen share button?
how to generate tokens dynamically, anyone have any idea, I am new to this
Awesome dude!
i will like more control over my content is there a way to do this without being bound to strict rules of agora
Yea if you don’t want to use their SDK and try using webRTC. I’d recommend trying both so you can better understand the advantages and disadvantages of both.
@@DennisIvy is there a place i can message you privately
sir how to share the link to join anyone as it running in local host only
Hi does anyone knows how to limit peers in a group, like maximum 4?
Hey can you know how to connect with bacend like node js
what would be the course for the source code not to work ?
Awesome !
Hello I am Trying to run this project in my web server but it cant go a head how to install kindly guid me and which server will needs
Same problem
hi can any one tell me how to star the project or how to run the server specifically
how to make this web link accessible to others? please reply
Wouldn't this work on Mobile with the same IP address?
Hi, my token got expired and now not working how can i renew automatically?
Dennis, when I click join Stream nothing happens! I don't know what's wrong here ? it worked on my laptop but on this pc it doesn't Can you help ?
What does the console say?
@@DennisIvy Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform
A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced.
To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData.
Note that for performance reasons, only the first access to one of the properties is shown.
1 source
content.js:1
This is the message in chrome console issues. in vs code it says nothing
@@ahmedboshra7625 Did you ever figure it out? I get the same thing.
is it possible to apply face recognition in this Group Video Chat? thank you
Sure it is. There are libraries that companies like open AI provide that should be possible to integrate.
@@DennisIvy thank you!!!
love you brother
😉
wow it is very good work but the join-button is didn't work to me what i will do? please answer my question thanks!
I cannot help without know your error :/
Make A video to add Create and Join room with Screen Share Features
channel option is not showing
need full series on js
how can i create the rooms now?
why this not wroking in online host
Please make a video group video sfu architecture in django without any sdk like agora
Please please please....
mine was not working ☹
You click on JOIN STREAM and nothing happens. Why?
same
You need to link app of token channel name etc
How safe is it?
Sorry man! Your script is giving one gazilion errors on first button functionality. That is very, very poor.
Bro how to connect with others
Love ❤️
5:15
💖💖💖💖
Can you do integrate into Django?
Обалдеть как интересно....
Ага!
Cool.... 😍
Beo it doesnot work trust
Hello good morning, I would like to know what information this link gives me Live + Chat how to work?
😎
baks, ayaw gumana :< bilat ka
💥
Hi you are doing good
But I follow all the steps correctly, but my camera is not displaying anything on my screen and I check my console I have no error
I see a warning message
Telling me unexpected token < in JSON at position 0 how can I fix that please
bro plz send the vedio chat web application code
hello sir .. i am build a meeting webapp using agora sdk but there are no longer the web sms chatting sdk .. how to i get that?? @DennisIvy