Sign up for 10,000 free mins: bit.ly/40FHiAi Find out more about ZEGOCLOUD: bit.ly/40DRCZL How to make video call app: bit.ly/3FPTois
@BachelorsEntertainer Жыл бұрын
one of best tutorial ever i seen nice explanation Thanks Bro
@CodeWithAamir Жыл бұрын
Glad you liked it! Thank you
@VarunSharma-sk5os5 ай бұрын
how to host this in vercel can you plz tell
@daridonkuro341811 ай бұрын
I followed your video until the end but got error. I am integrating into existing react project, so, I just created a new component, added a router, but when I navigate to the room component, I get an error saying "document is not defined". Since I used the prebuilt component, I don't know what to do from there.
@nitiknarang2615 Жыл бұрын
Hi Aamir can you please help me with this issue in ant design select that i want to save the searched value which a user typed and after typing it i saved it in a state but i am not able to bring it back when the user clicked somewhere else on the page.How can i bring back that value?
@CodeWithAamir Жыл бұрын
Hi @Nitik Narang You can get the Select component value via the onChange prop and set it back via the value prop so something like below const [stateValue, setStateValue] = useState(null) {setStateValue(value)}} value = {stateValue}> Please let me know if that helps or you were looking for something else? Thanks
@nitiknarang2615 Жыл бұрын
@@CodeWithAamir for the search value not for the selected value
@CodeWithAamir Жыл бұрын
OK got it. In that case you can set back the searched text in searchValue prop like Please let me know if that worked for you or need any more information on that. Thanks.
@nitiknarang2615 Жыл бұрын
@@CodeWithAamir yes it's working fine thanks
@CodeWithAamir Жыл бұрын
That’s great 👍
@besspallysaikiran7820 Жыл бұрын
Can you show us how to deploy it and share that link
@CodeWithAamir Жыл бұрын
Hi @besspally saikiran , It should work the same as in localhost because for the share link we are getting it from where it is running sharedLinks: [ { name: "Personal link", url: window.location.protocol + "//" + window.location.host + window.location.pathname + "?roomID=" + roomID, }, ], so if it is running locally it will give us the localhost otherwise it will give us the link wherever we have deployed our react application. Please let me know if it makes sense or you need any further information on that. Thanks
@besspallysaikiran7820 Жыл бұрын
@@CodeWithAamir bro i tried I deployed it in netlify and shared the link to mu friend but it doesn't work for me
@CodeWithAamir Жыл бұрын
Hi @besspally saikiran , Did you get any error log or something that you can share?
@yashraj4453 Жыл бұрын
same is happening with me , i have deployed and shared link with my friend but its not working
@CodeWithAamir Жыл бұрын
Hi @Yash Raj , Did you get any error log or something that you can share? Or you can directly try chatting with Zegocloud guy from your Zegocloud console and tell them the error. Thanks
@parthratra5768 Жыл бұрын
it was a great project thankyou for this can i put this on my resume?because there is no involvement of webrtc
@CodeWithAamir Жыл бұрын
Sure @parthratra5768 you can add that on your resume. Just grip the knowledge regarding the tutorial so you can answer any questions in the interview. Thank you !