added awrtc
Showing
.gitignore
0 → 100644
SpecRunner.html
0 → 100644
build/callapp.html
0 → 100644
build/callapp_js.html
0 → 100644
This diff is collapsed.
Click to expand it.
build/examples.html
0 → 100644
build/testapp.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "awrtc_browser", | |||
| "version": "0.98.3", | |||
| "description": "", | |||
| "author": "because-why-not.com Limited", | |||
| "license": "BSD-3-Clause", | |||
| "dependencies": {}, | |||
| "scripts": { | |||
| "tsc": "tsc", | |||
| "webpack": "webpack", | |||
| "build": "webpack && tsc -p ./src/awrtc", | |||
| "clean": "shx rm -rf ./build/awrtc ./build/bundle" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/jasmine": "^2.8.9", | |||
| "jasmine": "^2.4.1", | |||
| "shx": "^0.3.2", | |||
| "source-map-loader": "^0.2.4", | |||
| "ts-loader": "^5.2.2", | |||
| "tsconfig-paths-webpack-plugin": "^3.2.0", | |||
| "typescript": "^3.1.3", | |||
| "uglify-js": "^2.7.0", | |||
| "webpack": "^4.23.1", | |||
| "webpack-cli": "^3.1.2", | |||
| "webrtc-adapter": "^6.4.6" | |||
| } | |||
| } |
src/apps/apphelpers.ts
0 → 100644
src/apps/callapp.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/apps/entry.ts
0 → 100644
src/apps/examples.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/apps/index.ts
0 → 100644
src/apps/testapps.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/apps/tsconfig.json
0 → 100644
src/awrtc/awrtc_global_entry.ts
0 → 100644
src/awrtc/index.ts
0 → 100644
src/awrtc/media/AWebRtcCall.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/media/CallEventArgs.ts
0 → 100644
src/awrtc/media/ICall.ts
0 → 100644
src/awrtc/media/IMediaNetwork.ts
0 → 100644
src/awrtc/media/MediaConfig.ts
0 → 100644
src/awrtc/media/NetworkConfig.ts
0 → 100644
src/awrtc/media/RawFrame.ts
0 → 100644
src/awrtc/media/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/awrtc/media_browser/BrowserWebRtcCall.ts
0 → 100644
src/awrtc/media_browser/DeviceApi.ts
0 → 100644
src/awrtc/media_browser/MediaPeer.ts
0 → 100644
src/awrtc/media_browser/index.ts
0 → 100644
src/awrtc/network/Helper.ts
0 → 100644
src/awrtc/network/INetwork.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/network/LocalNetwork.ts
0 → 100644
src/awrtc/network/WebRtcNetwork.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/network/WebRtcPeer.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/network/WebsocketNetwork.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/network/index.ts
0 → 100644
src/awrtc/tsconfig.json
0 → 100644
src/awrtc/tsconfig_base.json
0 → 100644
src/awrtc/unity/CAPI.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/unity/index.ts
0 → 100644
src/test/BrowserApiTest.ts
0 → 100644
src/test/CallTest.ts
0 → 100644
src/test/DeviceApiTest.ts
0 → 100644
src/test/LocalNetworkTest.ts
0 → 100644
src/test/MediaNetworkTest.ts
0 → 100644
src/test/WebRtcNetworkTest.ts
0 → 100644
src/test/WebsocketNetworkTest.ts
0 → 100644
src/test/helper/BasicNetworkTestBase.ts
0 → 100644
src/test/helper/IBasicNetworkTest.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/test/test_entry.ts
0 → 100644
src/test/tsconfig.json
0 → 100644
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment