File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ) ;
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 ( ) {
You can’t perform that action at this time.
0 commit comments