Skip to content

Commit

Permalink
Merge pull request #4 from jokearjs/develop
Browse files Browse the repository at this point in the history
use  mediasoup@3 in devDep
  • Loading branch information
domutala authored Sep 15, 2024
2 parents 905012d + def3ef0 commit f89e413
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jokear-meet is a solution designed to deploy large-scale video conferencing syst

```shell
# npm
npm install jokear-meet
npm install mediasoup@3 jokear-meet

# yarn
yarn add jokear-meet
yarn add mediasoup@3 jokear-meet
```

## usage
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jokear-meet",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"author": "domutala",
"repository": "https://github.com/jokearjs/jokear-meet",
Expand All @@ -20,9 +20,8 @@
"devDependencies": {
"@types/node": "^22.5.5",
"@types/socket.io": "^3.0.2",
"typescript": "^5.6.2"
"typescript": "^5.6.2",
"mediasoup": "3"
},
"dependencies": {
"mediasoup": "^3.14.14"
}
"dependencies": {}
}

0 comments on commit f89e413

Please sign in to comment.