tracker: assist 11.0.4; pass peer creds
This commit is contained in:
parent
7dec8bb943
commit
0bbde3e75a
5 changed files with 7 additions and 3 deletions
|
|
@ -5548,7 +5548,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"clsx@npm:^2.0.0, clsx@npm:^2.1.0":
|
||||
"clsx@npm:^2.0.0, clsx@npm:^2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "clsx@npm:2.1.1"
|
||||
checksum: 10c1/441be4753d5e5797ebf734b2945129abe0cee8c578733948b71a0ca1b64808378c9ccf7a7a7794c840d21346cbb8314c5769cf68e3bba45a615b5c05f0448f35
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +1,7 @@
|
|||
## 11.0.4
|
||||
|
||||
- pass stun/turn credentials (if present) from ui
|
||||
|
||||
## 11.0.3
|
||||
|
||||
- fix for remote-contorl clicks on svg elements (+ bubbling)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "11.0.3",
|
||||
"version": "11.0.4",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = "11.0.3";
|
||||
export const pkgVersion = "11.0.4";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue