File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.2.0 " ,
2
+ "version" : " 2.2.1 " ,
3
3
"main" : " ./src/mux-analytics.brs" ,
4
4
"dependencies" : {
5
5
"@rokucommunity/bslint" : " ^0.8.9" ,
Original file line number Diff line number Diff line change 1
1
sub init ()
2
- m .MUX_SDK_VERSION = "2.2.0 "
2
+ m .MUX_SDK_VERSION = "2.2.1 "
3
3
m .top .id = "mux"
4
4
m .top .functionName = "runBeaconLoop"
5
5
end sub
@@ -49,6 +49,7 @@ function runBeaconLoop()
49
49
systemConfig = {
50
50
MAX_BEACON_SIZE : m .MAX_BEACON_SIZE ,
51
51
MAX_QUEUE_LENGTH : m .MAX_QUEUE_LENGTH ,
52
+ MAX_VIDEO_POSITION_JUMP : m .MAX_VIDEO_POSITION_JUMP ,
52
53
HTTP_RETRIES : m .HTTP_RETRIES ,
53
54
BASE_TIME_BETWEEN_BEACONS : m .BASE_TIME_BETWEEN_BEACONS ,
54
55
HEARTBEAT_INTERVAL : m .HEARTBEAT_INTERVAL ,
@@ -371,6 +372,7 @@ function muxAnalytics() as Object
371
372
372
373
m .MAX_BEACON_SIZE = systemConfig .MAX_BEACON_SIZE
373
374
m .MAX_QUEUE_LENGTH = systemConfig .MAX_QUEUE_LENGTH
375
+ m .MAX_VIDEO_POSITION_JUMP = systemConfig .MAX_VIDEO_POSITION_JUMP
374
376
m .HTTP_RETRIES = systemConfig .HTTP_RETRIES
375
377
m .BASE_TIME_BETWEEN_BEACONS = systemConfig .BASE_TIME_BETWEEN_BEACONS
376
378
m .HEARTBEAT_INTERVAL = systemConfig .HEARTBEAT_INTERVAL
You can’t perform that action at this time.
0 commit comments