Jackie Ryu

Results 4 comments of Jackie Ryu

Hey @goncalocostamendes! I have been having the issue where using the DefaultAudioDevice overrides the mic mute functionality. Even though the cameraPublisher's publishAudio property is set to false the mic seems...

@xtliu97 @kapsyst @rmraaron The build folder is removed upon a failed build attempt. How did you isolate the config.h file of CGAL to edit it? I am getting this at...

Resolved the issue programmatically by adding these lines to `setup.py` so that we alter config.h during the build > config_file_path = os.path.join(CGAL_dir_deflate, 'CGAL-4.7', 'include', 'CGAL', 'config.h') > if os.path.exists(config_file_path): >...