Assist fix canvas stream (#3263)

* add agent info to assist and tracker

* removed AGENTS_CONNECTED event
This commit is contained in:
Andrey Babushkin 2025-04-03 18:06:09 +02:00 committed by GitHub
parent af7b46516f
commit b55b9e5515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
## 11.0.6
- fix for canvas assist
## 11.0.5
- fix ice candidates usage

View file

@ -1,7 +1,7 @@
{
"name": "@openreplay/tracker-assist",
"description": "Tracker plugin for screen assistance through the WebRTC",
"version": "11.0.5",
"version": "11.0.6",
"keywords": [
"WebRTC",
"assistance",

View file

@ -1 +1 @@
export const pkgVersion = "11.0.5";
export const pkgVersion = "11.0.6";