Create webrtc connexion between two player
authorgparant <g.parant@thecodingmachine.com>
Sun, 19 Apr 2020 17:32:38 +0000 (19:32 +0200)
committergparant <g.parant@thecodingmachine.com>
Sun, 19 Apr 2020 17:32:38 +0000 (19:32 +0200)
commit5b62ac39fb346b49dfdfca4b27013721b74a41c0
treeea5eab5ba840f2ab3b684262fefa3b78fbd9fa44
parent0f2e21e88e2447e903b3906a37556983d63b8b72
Create webrtc connexion between two player
13 files changed:
back/src/Controller/IoSocketController.ts
front/dist/index.html
front/dist/resources/logos/cinema-close.svg [new file with mode: 0644]
front/dist/resources/logos/cinema.svg [new file with mode: 0644]
front/dist/resources/logos/microphone-close.svg [new file with mode: 0644]
front/dist/resources/logos/microphone.svg [new file with mode: 0644]
front/dist/resources/logos/phone.svg [new file with mode: 0644]
front/dist/resources/style/style.css [new file with mode: 0644]
front/src/Phaser/Game/GameManager.ts
front/src/WebRtc/Index.ts [new file with mode: 0644]
front/src/WebRtc/MediaManager.ts [new file with mode: 0644]
front/src/WebRtc/PeerConnexionManager.ts [new file with mode: 0644]
front/src/WebRtc/WebRtcEventManager.ts [new file with mode: 0644]