Skip to content

Commit

Permalink
Update ptz.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Aug 24, 2023
1 parent 9f9ca41 commit 7ff96e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/webrtc/www/webrtc-camera.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** Chrome 63+, Safari 11.1+ */
import {VideoRTC} from './video-rtc.js?v=1.6.2';
import {DigitalPTZ} from './digital-ptz.js?v3.1.1';
import {DigitalPTZ} from './digital-ptz.js?v=3.3.0';

class WebRTCCamera extends VideoRTC {
/**
Expand Down

0 comments on commit 7ff96e4

Please sign in to comment.