merge
Showing
.gitattributes
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
SpecRunner.html
0 → 100644
build/amazon-logo.svg
0 → 100644
build/app.js
0 → 100644
build/callapp.html
0 → 100644
build/callapp_js.html
0 → 100644
This diff is collapsed.
Click to expand it.
build/cert.pem
0 → 100644
build/examples.html
0 → 100644
build/favicon.png
0 → 100644
515 Bytes
build/font/AmazonEmber_W_Bd.woff
0 → 100644
File added
build/font/AmazonEmber_W_Bd.woff2
0 → 100644
File added
build/font/AmazonEmber_W_Rg.woff
0 → 100644
File added
build/font/AmazonEmber_W_Rg.woff2
0 → 100644
File added
build/img/back.jpg
0 → 100644
356 KB
build/key.pem
0 → 100644
build/segmentrtc.html
0 → 100644
build/testapp.html
0 → 100644
build/videoinputapp.html
0 → 100644
build/view/CallScreen.js
0 → 100644
This diff is collapsed.
Click to expand it.
build/view/CanvasResizer.js
0 → 100644
build/view/Input.js
0 → 100644
build/view/MainScreen.js
0 → 100644
build/view/Screen.js
0 → 100644
build/view/Select.js
0 → 100644
build/view/canvasResizer.css
0 → 100644
build/webgl/cubetexture.png
0 → 100644
93.1 KB
build/webgl/gl-matrix.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
build/webgl/index.html
0 → 100644
build/webgl/readme.txt
0 → 100644
build/webgl/webgl-demo_changed.js
0 → 100644
This diff is collapsed.
Click to expand it.
karma.conf.js
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": "1.985.2", | |||
| "description": "Compatible browser implementation to the Unity asset WebRTC Video Chat. Try examples in build folder", | |||
| "author": "because-why-not.com Limited", | |||
| "license": "BSD-3-Clause", | |||
| "main": "build/bundle/awrtc.js", | |||
| "types": "build/awrtc/index.d.ts", | |||
| "scripts": { | |||
| "tsc": "tsc", | |||
| "webpack": "webpack", | |||
| "build": "webpack && tsc -p ./src/awrtc", | |||
| "watch": "webpack --watch", | |||
| "clean": "shx rm -rf ./build/awrtc ./build/bundle" | |||
| }, | |||
| "files": [ | |||
| "build", | |||
| "src" | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/because-why-not/awrtc_browser" | |||
| }, | |||
| "devDependencies": { | |||
| "@types/jasmine": "^2.8.17", | |||
| "jasmine": "^2.99.0", | |||
| "jasmine-core": "^3.6.0", | |||
| "karma": "^6.3.3", | |||
| "karma-chrome-launcher": "^2.2.0", | |||
| "karma-firefox-launcher": "^1.3.0", | |||
| "karma-jasmine": "^2.0.1", | |||
| "shx": "^0.3.2", | |||
| "source-map-loader": "^0.2.4", | |||
| "ts-loader": "^5.4.5", | |||
| "tsconfig-paths-webpack-plugin": "^3.3.0", | |||
| "typescript": "^3.9.7", | |||
| "uglify-js": "^2.8.29", | |||
| "webpack": "^4.44.2", | |||
| "webpack-cli": "^3.3.12", | |||
| "webrtc-adapter": "^7.x" | |||
| } | |||
| } |
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/apps/videoinputapp.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/awrtc/awrtc_global_entry.ts.old
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
This diff is collapsed.
Click to expand it.
src/awrtc/media_browser/Media.ts
0 → 100644
src/awrtc/media_browser/MediaPeer.ts
0 → 100644
src/awrtc/media_browser/VideoInput.ts
0 → 100644
This diff is collapsed.
Click to expand it.
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/MediaTest.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/test/VideoInputTest.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/test/WebRtcNetworkTest.ts
0 → 100644
src/test/WebsocketNetworkTest.ts
0 → 100644
This diff is collapsed.
Click to expand it.
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
This diff is collapsed.
Click to expand it.
src/test/tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.