Skip to content

Instantly share code, notes, and snippets.

@efatsi
Created September 5, 2012 23:26
Show Gist options
  • Save efatsi/3647499 to your computer and use it in GitHub Desktop.
Save efatsi/3647499 to your computer and use it in GitHub Desktop.
can't decide
setPublisherProperties: function(){
var properties
var widthHeight = VT.getWidthHeight(Object.keys(VT.subscribers).length+1);
properties.width = widthHeight.width;
properties.height = widthHeight.height;
properties.microphoneGain = 0;
return properties;
},
setPublisherProperties: function(){
var properties = VT.getWidthHeight(Object.keys(VT.subscribers).length+1);
properties.microphoneGain = 0;
return properties;
},
setPublisherProperties: function(){
var widthHeight = VT.getWidthHeight(Object.keys(VT.subscribers).length+1);
return {height: widthHeight.height, width: widthHeight.width, microphoneGain: 0};
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment