open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

Build dynamic library for linux #571

Closed RayanWang closed 2 years ago

RayanWang commented 2 years ago

Hello, can I build the SDK to a dynamic library? If so, how to do this? Thanks in advance.

ysc3839 commented 2 years ago

No. Component builds are not supported in WebRTC. https://webrtc.googlesource.com/src/+/954f7274ac91594d0e06ec052d0d0401631d02ee/webrtc.gni#27

RayanWang commented 2 years ago

OK. Thank you for your reply.