Skip to content

Commit

Permalink
[sdk] rename pion => ion.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed May 31, 2019
1 parent a8b2d25 commit 9564dd1
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sdk/flutter/example/scripts/project_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FLUTTER_APP_FOLDER=$(cd `dirname $0`/../; pwd)
FLUTTER_APP_ORG=com.github.pion
FLUTTER_APP_PROJECT_NAME=pion_sfu_example
FLUTTER_APP_PROJECT_NAME=ion_sfu_example
CMD=$1

function cleanup() {
Expand Down
4 changes: 2 additions & 2 deletions sdk/flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_pion
version: 0.0.1
author: pion
description: webrtc plugin for pion sfu.
homepage: https://github.com/pion/sfu
description: webrtc plugin for ion sfu.
homepage: https://github.com/pion/ion
environment:
sdk: '>1.8.0 <3.0.0'

Expand Down
2 changes: 1 addition & 1 deletion sdk/js/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# pion-webapp-sfu-sw
# ion-sdk
4 changes: 2 additions & 2 deletions sdk/js/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

<head>
<meta charset="UTF-8">
<title>Pion SFU-WS webapp</title>
<script src="pion-sfu.js"></script>
<title>Ion SFU example</title>
<script src="ion-sdk.js"></script>
</head>

<body>
Expand Down
8 changes: 5 additions & 3 deletions sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pion-webapp-sfu-ws",
"name": "ion-js-sdk",
"version": "0.0.1",
"description": "A webapp for pion sfu-ws",
"description": "A js sdk for ion sfu",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production --config webpack.config.js",
Expand Down Expand Up @@ -30,6 +30,8 @@
"keywords": [
"pion",
"sfu",
"webrtc"
"webrtc",
"ion",
"js"
]
}
2 changes: 1 addition & 1 deletion sdk/js/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
output: {
path: __dirname + '/dist',
publicPath: '/',
filename: 'pion-sfu.js'
filename: 'ion-sdk.js'
},
plugins: [
new webpack.HotModuleReplacementPlugin()
Expand Down

0 comments on commit 9564dd1

Please sign in to comment.