Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Bug 1285916 - Increase the subscribe timeout in the OpenTok SDK from …
Browse files Browse the repository at this point in the history
…15 to 30 seconds. r=fcampo
  • Loading branch information
Standard8 committed Jul 11, 2016
1 parent 28e1632 commit 4cf7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/vendor/sdk.js
Expand Up @@ -38430,7 +38430,7 @@ var StylableComponent = require('../stylable_component.js');
var VideoDisabledIndicator = require('../chrome/video_disabled_indicator.js');
var WidgetView = require('../../helpers/widget_view.js');

var BIND_VIDEO_DELAY_MAX = 15000;
var BIND_VIDEO_DELAY_MAX = 30000;

/**
* The Subscriber object is a representation of the local video element that is playing back
Expand Down

1 comment on commit 4cf7df9

@TaskClusterRobot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.