eufy-security-client 3.8.0-dev.21 → 3.8.0-dev.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/http/station.d.ts +3 -0
- package/build/http/station.js +12 -1
- package/build/http/station.js.map +1 -1
- package/build/p2p/session.js +1 -0
- package/build/p2p/session.js.map +1 -1
- package/build/p2p/utils.d.ts +1 -0
- package/build/p2p/utils.js +15 -4
- package/build/p2p/utils.js.map +1 -1
- package/coverage/clover.xml +3962 -3949
- package/coverage/coverage-final.json +4 -4
- package/coverage/lcov-report/index.html +23 -23
- package/coverage/lcov.info +7430 -7406
- package/package.json +1 -1
package/build/p2p/session.js
CHANGED
|
@@ -3763,6 +3763,7 @@ class P2PClientProtocol extends tiny_typed_emitter_1.TypedEmitter {
|
|
|
3763
3763
|
return false;
|
|
3764
3764
|
}
|
|
3765
3765
|
startTalkback(channel = 0) {
|
|
3766
|
+
(0, utils_1.resetTalkbackCounters)();
|
|
3766
3767
|
this.currentMessageState[types_1.P2PDataType.VIDEO].p2pTalkback = true;
|
|
3767
3768
|
this.currentMessageState[types_1.P2PDataType.VIDEO].p2pTalkbackChannel = channel;
|
|
3768
3769
|
this.initializeTalkbackStream(channel);
|