Граф коммитов

76 Коммитов

Автор SHA1 Сообщение Дата
PaulGovaere 304061bbc5 fix: sendSdkMessage 2022-09-06 16:40:02 +02:00
PaulGovaere b8387927d9 feat: add ON_SDK_START event 2022-09-06 15:47:16 +02:00
PaulGovaere cf9240e630 feat: update resume session 2022-08-05 15:06:55 +02:00
PaulGovaere 2c7dee2385 fix: resume session 2022-08-04 16:19:11 +02:00
PaulGovaere 33fcd0f536 fix: toggle muted 2022-07-28 15:49:25 +02:00
PaulGovaere 56b4ed1d3c feat: add get volume + doc 2022-07-07 14:57:03 +02:00
PaulGovaere 7ef5ec2a96 fix: border 2022-07-05 16:53:30 +02:00
PaulGovaere 5d8a3ce717 feat: add FS_REGIONS, update and fix example 2022-06-29 15:34:41 +02:00
PaulGovaere a5b256cdf9 fix: set quality auto 2022-06-24 15:02:39 +02:00
PaulGovaere 66f03af0fa feat: remove on app_restart, update doc 2022-06-23 18:54:34 +02:00
PaulGovaere a4609df7fc feat: add version 2022-06-23 14:14:36 +02:00
PaulGovaere 7d689b6a95 fix: get quality, rename constants, update doc 2022-06-21 15:08:35 +02:00
PaulGovaere ee8d222613 docs: write documentation 2022-06-16 19:10:20 +02:00
PaulGovaere 2bc0dbd4ea feat: add app restart event 2022-06-16 17:21:38 +02:00
PaulGovaere 230595ac7c feat: add onResume event, disable resume method if can't resume session 2022-06-16 16:51:44 +02:00
PaulGovaere dbff1070c7 feat: add restart App and resumeSession 2022-06-15 18:25:32 +02:00
PaulGovaere 722d30c46b feat: update quality values and fix set quality 2022-06-15 17:43:59 +02:00
PaulGovaere cdd60ae38d feat: add active timeout, fix sdk v1 works, rename app stop 2022-06-15 15:49:44 +02:00
PaulGovaere fe7034c298 feat: add setVolume, and app crash event 2022-06-14 18:59:13 +02:00
PaulGovaere ca83f6c717 feat: rework events, fix onMessage string or object 2022-06-14 16:23:52 +02:00
Maxence Brasselet af775d657c Stringify data if needed on sendSDKMessage 2020-10-01 17:56:49 +02:00
Maxence Brasselet 22db522984 Remove wsServerAddress test (optional parameter) 2020-09-29 17:48:44 +02:00
Maxence Brasselet 954b46e84d Set a default wsServerAddress value. 2020-09-29 17:29:28 +02:00
Maxence Brasselet ccffe70ab6 Fix containerID error 2020-09-25 17:54:56 +02:00
Maxence Brasselet 6ec66612ec Disable some functions when debugAppMode 2020-09-25 17:48:57 +02:00
Maxence Brasselet e52149eb1e Parse sdk message from app 2020-09-25 16:37:31 +02:00
Maxence Brasselet ec23befe18 SendSDK message add parsing data 2020-09-25 16:07:08 +02:00
DonJGo f4b5885f27
Update Player.js
Fix missing change
2020-09-25 14:57:55 +02:00
DonJGo d98551d9f3
Update Player.js
Fix import bad path
2020-09-25 14:54:57 +02:00
Maxence Brasselet 1d6a80c23d Change SDK Debug
** Player
- Integrate SDKDebug to debug locally the communication with app
- Add 2 parameters : options.debugAppMode and options.wsServerAddress

** index
- Remove SDK Debug from export (not anymore public).
2020-09-25 14:47:19 +02:00
Maxence Brasselet ac175c7d3f Add new events
- App install progress, success and fail
- App start
- Stream start
2020-09-23 15:41:09 +02:00
Maxence Brasselet c1c9b67495 Implement setThumbnailUrl method
Allow user to override the default thumbnail of his app with the SDK.
2020-09-08 17:00:59 +02:00
DonJGo 5f40ef869f
Fix bug response constant already exists. 2020-08-07 16:59:06 +02:00
Maxence Brasselet b0a88f2945 Implement getServerMetadata method.
This method let the user get the unique name and public IP of its machine during a running session.
This let users implement their own communication method for Unreal app for example (using their own server to communicate with their app).

** Update readme
2020-08-07 16:44:13 +02:00
DonJGo 7259038a17
Fix onStats data parse 2020-05-19 21:43:08 +02:00
DonJGo 3cd7d945b8
Update Player.js
Fix wording bug
2020-05-19 21:29:21 +02:00
Maxence Brasselet a5319f4e45 Fix callback getServerAbvailability
- Not possible to parse function throught postMessage. Implement message back to get the response.
2020-05-19 21:24:18 +02:00
Maxence Brasselet 1bd7044d2f Add new methods
** New
- onStats function to bind a callback with stats.
- setUserActive function to set user as active.
- getServerAvailability function to get the estimated waiting time to get a session.

** Update readme
2020-05-19 20:51:04 +02:00
Maxence Brasselet 1aa0da0c8f Update SDKdebug + player
** Player
- Add new callbacks : onUserActive / onUserInactive / onSessionStopped

** SDK Debug
- Add ws:// il ws URL.

** Update readme
2020-05-06 14:02:29 +02:00
Maxence Brasselet b149af8a7d Missing name change 2020-05-05 16:27:38 +02:00
Maxence Brasselet 582ba0b39c Create SDK debug class + update readme 2020-05-05 16:24:31 +02:00
Maxence Brasselet 7e65d4a787 Cleanup + Update doc
** Remove unused function
- restartApp() : not used anymore.
- mouseLock() : Now auto managed by Furioos' player.

** Update
- Rename restartClient() for restartStream() because it's what the function do.

** Clean readme
2020-04-16 19:18:50 +02:00
Maxence Brasselet 0b5f42051c Add autoplay and fullscreen right to iframe 2020-02-13 16:16:14 +01:00
Maxence Brasselet 07d312e0a8 Add timeout security if contentWindow of the iframe is not ready 2020-02-12 21:45:32 +01:00
Maxence Brasselet 233e7ab7a7 Add AUTO quality value 2020-02-12 11:43:37 +01:00
Maxence Brasselet 3e4efb9a9a Fix 2020-02-11 18:35:19 +01:00
Maxence Brasselet c0a6788ff3 Change SendData event name for SendSDKMessage 2020-02-11 18:32:07 +01:00
Maxence Brasselet 276314358f Fix loaded + change region values
Change default region values
Add loaded boolean to avoid sending message through the tunnel if the app is not loaded.
2020-02-11 18:26:11 +01:00
Maxence Brasselet d521a0436c Content Window Load event 2020-02-11 17:51:12 +01:00
Maxence Brasselet edb71d4a46 Fix contentWindow load 2020-02-11 17:11:55 +01:00