Assist fix canvas stream (#3263)
* add agent info to assist and tracker * removed AGENTS_CONNECTED event
This commit is contained in:
parent
af7b46516f
commit
b55b9e5515
3 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 11.0.6
|
||||
|
||||
- fix for canvas assist
|
||||
|
||||
## 11.0.5
|
||||
|
||||
- fix ice candidates usage
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = "11.0.5";
|
||||
export const pkgVersion = "11.0.6";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue