-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Live-Site] Add 100ms sdk to join room & Screen share #493
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Deploying with
|
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 |
There was a problem hiding this 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; |
There was a problem hiding this comment.
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
There was a problem hiding this 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
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?
Before / After Change Screenshots
Join
join-fun.mp4
Screenshare
ss.mp4