Closed weichihl closed 2 years ago
Is there any peculiar reason that we are going to remove supports for shared build?
I think the shared library makes the CMake project more complex. In the beginning, the shared libraries are for reducing memory usage if we want to execute WebRTC separately. Now there is a sample code that runs producer and WebRTC with static linking. So we expect we won't run producer and WebRTC separately. It will be easier to understand the CMake project structure if we remove shared libraries.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.