-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[UPDATE] Add Socketio support #1292
base: master
Are you sure you want to change the base?
Conversation
Greetings let me know how to properly contribute and run the unit tests |
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.
Is this WIP? What is the goal of this? Use cases? Is the Socketio mode compatible with all the current API?
@@ -62,13 +64,45 @@ export abstract class DataConnection extends BaseConnection< | |||
); | |||
} | |||
|
|||
protected parseMaximumSize(description?: RTCSessionDescription): number { |
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.
protected parseMaximumSize(description?: RTCSessionDescription): number { | |
static parseMaximumSize(description?: RTCSessionDescription): number { |
"context": "browser", | ||
"includeNodeModules": true, | ||
"outputFormat": "esmodule", | ||
"distDir": "./dist", | ||
"publicUrl": "./", | ||
"isLibrary": false, | ||
"sourceMap": true |
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.
These are unrelated, right?
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.
There was no instructions of CONTRIBUTING.md, I did not know how to run the setup on my local machine and kept getting errors. Can you create a contributing.md guide for local setup? I also see the CI workflows but there is no information on how to sucessfully pass those either
No description provided.