Releases: Temasys/getaroom
Releases · Temasys/getaroom
0.4.3: Added resolution flag
Dependencies
- SkylinkJS:
0.6.x
- ReactJS:
0.10.0
- Fastclick:
0.6.17
- Director:
1.2.3
- RequireJS:
2.1.4
- CryptoJS:
3.1.2
(HmacSHA1) /3.1.2
(Base64)
Changelog
- Added
?res=
flag to enable HD / FHD / QVGA media. - Added "Use HD resolution" flag in controls.
0.4.2: Fixes for <video> element rendering in iOS 11 Safari
Dependencies
- SkylinkJS:
0.6.x
- ReactJS:
0.10.0
- Fastclick:
0.6.17
- Director:
1.2.3
- RequireJS:
2.1.4
- CryptoJS:
3.1.2
(HmacSHA1) /3.1.2
(Base64)
Changelog
- Fixes for
<video>
element rendering in iOS 11 Safari.
0.4.1: Fixes for self user video not being mirrored
Dependencies
- SkylinkJS:
0.6.x
- ReactJS:
0.10.0
- Fastclick:
0.6.17
- Director:
1.2.3
- RequireJS:
2.1.4
- CryptoJS:
3.1.2
(HmacSHA1) /3.1.2
(Base64)
Changelog
- Fixes for self user video not being mirrored.
- Fixes for missing CryptoJS dependencies.
0.3.7: Detect missing audio or video device before requesting it
Dependencies
Changelog
- Detects if user has audio or video devices before requesting it to prevent request media failures. Previously, user requires audio and video to join the Room, but now user can connect with or without audio or video depending on what sources are available.
0.3.6: Update SkylinkJS 0.6.22 Dependencies
0.4.0: Removed "m" prefix Rooms to enable MCU
Dependencies
Changelog
- Removed
libs/skylink.js
andlibs/adapter.js
. Reference CDN versions instead. - Added query parameter
?mcu
which accepts1
ortrue
to enforce MCU connections instead of prefixing "m" room names. - Added query parameter
?forceTurn
which accepts1
ortrue
to enforce TURN connections. - Added query parameter
?signalingNode
which allows custom configuration of Temasys Signaling server. E.g.https://signaling.temasys.io:3443
- Added query parameter
?turnNode
which allows custom configuration of Temasys TURN server. E.g.turn:turn.temasys.io:3478
- Added query parameter
?forcePlugin
which allows Temasys WebRTC Plugin to be enforced in Safari 11 for WebRTC connections. - Added query parameter
?media
which allows users to share audio and video when itsav
/va
, audio only when itsa
, share video only when itsv
and no media when itsnone
. - Added query parameters
?appkeyId
and?appkeySecret
which allows users to debug their custom App key ID and secret. - Refactored code to append more documentation changes and ensure that "development" branch is ahead of "master" branch without any glaring errors.
- Fixes MCU screensharing layout.
- Virtual cameras should all be retrieved for Temasys WebRTC Plugin users as
AdapterJS.options.getAllCams
is enabled.
0.3.5: Enable audio stereo and echo cancellation
0.3.4: Update to 0.6.15 SkylinkJS dependencies
0.3.3: Update to 0.6.14 SkylinkJS Dependencies
0.3.2: MCU toggling support
Dependencies
Changelog
- Added MCU enabling support, prefix Room names with lowercase "m" to indicate MCU enabled Room.
- Added Markdown support in chat text.
- Bugfix for Room lock for limiting max users counter being incorrect.
- Bugfix for autocomplete in chat messaging.