Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a32f86a

Browse filesBrowse files
committed
Fixed minor streaming bug
1 parent e9184a7 commit a32f86a
Copy full SHA for a32f86a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎streams.html‎

Copy file name to clipboardExpand all lines: streams.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
number : streamName, // listen on username line else random
8585
publish_key : 'pub-c-561a7378-fa06-4c50-a331-5c0056d0163c', // Your Pub Key
8686
subscribe_key : 'sub-c-17b7db8a-3915-11e4-9868-02ee2ddab7fe', // Your Sub Key
87+
oneway : true
8788
});
8889
phone.debug(function(m){ console.log(m); })
8990
var ctrl = window.ctrl = CONTROLLER(phone);
@@ -112,7 +113,7 @@
112113
number : "Viewer" + Math.floor(Math.random()*100), // listen on username line else random
113114
publish_key : 'pub-c-561a7378-fa06-4c50-a331-5c0056d0163c', // Your Pub Key
114115
subscribe_key : 'sub-c-17b7db8a-3915-11e4-9868-02ee2ddab7fe', // Your Sub Key
115-
streamWatch : true,
116+
oneway : true
116117
});
117118
var ctrl = window.ctrl = CONTROLLER(phone, true);
118119
ctrl.ready(function(){

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.