Update main.js

This commit is contained in:
Steve Seguin 2020-11-09 18:14:01 -05:00 committed by GitHub
parent 9d1e1d7f53
commit 40ff06c77b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/*
* Copyright (c) 2020 Steve Seguin. All Rights Reserved.
*
* Use of this source code is governed by the APGLv3 open-source licensenavigator.userAgent
* Use of this source code is governed by the APGLv3 open-source license
* that can be found in the LICENSE file in the root of the source
* tree. Alternative licencing options can be made available on request.
*
@ -5678,4 +5678,4 @@ function recordVideo(target, event, videoKbps = false, interval=30){ // event.c
video.recorder.mediaRecorder.start(100); // 100ms chunks
return;
}
}