Skip to content

Add Core SDK export for Node client #171

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

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

kevinwhereby
Copy link
Contributor

No description provided.

@kevinwhereby kevinwhereby marked this pull request as draft December 19, 2023 10:14
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 8483ba2 to 656fe73 Compare December 20, 2023 18:42
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 656fe73 to 6b4acc9 Compare January 16, 2024 09:56
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch 7 times, most recently from f5bc5b6 to 930e8b7 Compare January 26, 2024 15:22
@kevinwhereby kevinwhereby changed the title WIP can we import into node somehow? Add Core SDK export for Node client Jan 26, 2024
@@ -24,6 +24,7 @@ import {
import { rtcAnalyticsCustomEvents, rtcEvents } from "./actions";
import { StreamStatusUpdate } from "./types";
import { signalEvents } from "../signalConnection/actions";
import { Chrome111 as MediasoupDeviceHandler } from "mediasoup-client/lib/handlers/Chrome111";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

turns out the msc-node handler just didn't work. This one does, so we can use it for now and look at how that might break stuff...

@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 930e8b7 to 49bf55b Compare January 26, 2024 17:21
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 49bf55b to 122d25f Compare January 29, 2024 11:59
@kevinwhereby kevinwhereby requested a review from thyal January 29, 2024 12:26
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch 3 times, most recently from da02560 to 9dedcc2 Compare January 30, 2024 13:28
@kevinwhereby kevinwhereby marked this pull request as ready for review January 30, 2024 14:01
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 9dedcc2 to 70056ae Compare January 30, 2024 14:09
also add an option to disable local media, as our client is receive only
I've updated jslib-media to support passing a custom
deviceHandlerFactory, so when the SDK is running in Node we should tell
jslib-media to use whatever one works best (chrome111 for now)
@kevinwhereby kevinwhereby force-pushed the kevinhanna/test-node-core-export branch from 313f5fc to d6af9a5 Compare January 30, 2024 19:11
@kevinwhereby kevinwhereby merged commit 821908f into development Jan 30, 2024
@kevinwhereby kevinwhereby deleted the kevinhanna/test-node-core-export branch January 30, 2024 19:19
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.

3 participants