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

How can I publish simulcast on Windows #582

Open purplesnail opened 2 years ago

purplesnail commented 2 years ago

Hi all, my client app is working on Windows. I can successfully publish a single stream by calling ConferenceClient::publish(...), and I wonder how to publish simulcast stream? Just calling ConferenceClient::publish(...) with different streams multiply times? Thanks in advance! Best Regards