change(tracker): peer hack for some users
This commit is contained in:
parent
ec63bfbd47
commit
df3600fb9e
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@openreplay/tracker-assist",
|
||||
"description": "Tracker plugin for screen assistance through the WebRTC",
|
||||
"version": "4.1.3",
|
||||
"version": "4.1.4",
|
||||
"keywords": [
|
||||
"WebRTC",
|
||||
"assistance",
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"csstype": "^3.0.10",
|
||||
"peerjs": "1.4.6",
|
||||
"peerjs": "1.4.7",
|
||||
"socket.io-client": "^4.4.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ import type { Options as ConfirmOptions, } from './ConfirmWindow/defaults.js'
|
|||
import ScreenRecordingState from './ScreenRecordingState'
|
||||
|
||||
// TODO: fully specified strict check with no-any (everywhere)
|
||||
// @ts-ignore
|
||||
Peer = Peer.default || Peer
|
||||
|
||||
type StartEndCallback = (agentInfo?: Record<string, any>) => ((() => any) | void)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue