wotzlaff
wotzlaff
I think we should not publish every tiny step (i.e. each commit to master). But at least every now and then a working version should be published. Too bad that...
I think the build is failing because you are missing some required package. The error log states that `Package gobject-introspection-1.0 was not found in the pkg-config search path.` Try to...
Building `node-gtk` on Windows is still an open issue (#241). Actually, I do not expect it to be solved soon...
I am not quite sure whether this solves your problem but you could use JS properties instead: ```js // this should work console.log(webrtcbin.bundlePolicy) ``` Of course it is not trivial...
I think you can find it in the documentation in the section about the naming convention where it says that properties have `lowerCamelCase` style. But it is really not obvious...