You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to modify and change WebRTC existing video rendering process and also want to use my custom renderer.
webrtc build scripts are awesome saves a lot of time but right now i'm using static library libWebRTC.a which provides no access to the implementation files we all know that though.
Is there any way? I can pull out WebRTC source files instead of static library.?
I tried but there's a lot of code and classes are linked with more and more classes god knows to where this chain is going.
I want only iOS platform specific source files.
any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I want to modify and change WebRTC existing video rendering process and also want to use my custom renderer.
webrtc build scripts are awesome saves a lot of time but right now i'm using static library libWebRTC.a which provides no access to the implementation files we all know that though.
Is there any way? I can pull out WebRTC source files instead of static library.?
I tried but there's a lot of code and classes are linked with more and more classes god knows to where this chain is going.
I want only iOS platform specific source files.
any help would be appreciated.
The text was updated successfully, but these errors were encountered: