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
391 stars 180 forks source link

iOS implement AudioTrackSinkInterface #551

Open jwzhuang opened 3 years ago

jwzhuang commented 3 years ago

Anyone know how to implement AudioTrackSinkInterface with iOS ?

jianjunz commented 2 years ago

I'm not quite sure about your requirements, but since it's a C++ interface, you could have your own C++ implementation for it.