Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Live-Streaming Functionality #64

Closed
wants to merge 2 commits into from
Closed

feat: Added Live-Streaming Functionality #64

wants to merge 2 commits into from

Conversation

Jish261203
Copy link

What does the PR do?

Add the Live Streaming is added to Instructor using ZEGOCLOUD service

Features #56

Type of change ☑️

What sort of change have you made:

1.Made account on ZEGOCLOUD service .
2.selected the specific intergration that is live-streaming.
3.Created two file Room.jsx and Stream.jsx under pages folder

Screenshot of the changes made in my work:

meet2.mp4

Copy link
Owner

@ashutoshgithubs ashutoshgithubs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Jish261203 Thanks for raising PR. But as it contains multiple file change, so needs more attention to review this PR. Reviewed some part. I think due to indentation problem at your end, some lines of code came under red colored patch unnecessarily. Can you rectify at your end once and recheck....It will be easier for PA/mentor to go through the review work.

Comment on lines +11 to +12
var chars =
"12345qwertyuiopasdfgh67890jklmnbvcxzMNBVCZXASDQWERTYHGFUIOLKJP",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Jish261203 What is this string here under chars. If it has to be protected then you should keep it in env file?? Explain a bit more about this 2 line.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ashutoshgithubs the string "12345qwertyuiopasdfgh67890jklmnbvcxzMNBVCZXASDQWERTYHGFUIOLKJP" contains a mix of digits (0-9), lowercase letters (a-z), and uppercase letters (A-Z).This string act as pool of characters from ehich function will randomly selects to create a unique Id

@ashutoshgithubs
Copy link
Owner

Hi @Jish261203 Your PR causing conflict !!

Copy link

Thank you for submitting this pull request.
We will review the changes and get in contact with you as soon as possible.

@Jish261203 Jish261203 closed this by deleting the head repository Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants