Skip to content

Commit a32f86a

Browse files
committed
Fixed minor streaming bug
1 parent e9184a7 commit a32f86a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

streams.html

Lines 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)