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

[Live-Site] Add 100ms sdk to join room & Screen share #493

Conversation

SanketDhabarde
Copy link
Contributor

@SanketDhabarde SanketDhabarde commented Jun 3, 2023

Join the 100ms room

Closes #491, #447

What is the change?

We integrated 100ms to join the live session and share the screen by the host. The API which is used to get the token or join the room will be replaced with the backed APIs when they are ready.

Is Development Tested?

  • Yes
  • No

Before / After Change Screenshots

Join

join-fun.mp4

Screenshare

ss.mp4

@SanketDhabarde SanketDhabarde changed the title [Feat #491]: Add 100ms sdk to join room Add 100ms sdk to join room Jun 3, 2023
@SanketDhabarde SanketDhabarde changed the title Add 100ms sdk to join room [Live-Site] Add 100ms sdk to join room Jun 3, 2023
@SanketDhabarde SanketDhabarde self-assigned this Jun 3, 2023
app/controllers/live.js Show resolved Hide resolved
app/controllers/live.js Show resolved Hide resolved
Copy link
Member

@satyam73 satyam73 left a comment

Choose a reason for hiding this comment

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

LGTM

@satyam73 satyam73 self-requested a review June 4, 2023 13:45
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 5, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4370714
Status: ✅  Deploy successful!
Preview URL: https://cacd9434.www-rds.pages.dev
Branch Preview URL: https://491-live-site-add-the-join-f.www-rds.pages.dev

View logs

@SanketDhabarde SanketDhabarde changed the title [Live-Site] Add 100ms sdk to join room [Live-Site] Add 100ms sdk to join room & Screenshare Jun 11, 2023
@SanketDhabarde SanketDhabarde changed the title [Live-Site] Add 100ms sdk to join room & Screenshare [Live-Site] Add 100ms sdk to join room & Screen share Jun 11, 2023
Copy link
Member

@satyam73 satyam73 left a comment

Choose a reason for hiding this comment

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

LGTM👍✨
Good work @SanketDhabarde

@@ -18,6 +19,7 @@ export default class LiveController extends Controller {
@tracked name = '';
@tracked isJoined = false;
@tracked role = null;
@globalRef('videoEl') videoEl;
Copy link
Member

Choose a reason for hiding this comment

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

NIT : remove this unused declaration

Copy link
Contributor

@rohan09-raj rohan09-raj left a comment

Choose a reason for hiding this comment

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

Great work @SanketDhabarde 💯 💯 Merging your PR

@rohan09-raj rohan09-raj merged commit 29eac24 into develop-ember Jun 11, 2023
@rohan09-raj rohan09-raj deleted the 491-live-site-add-the-join-functionality-in-live-share branch June 11, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants