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

1 stream with 2 Subscriptions? #594

Closed suncf2 closed 2 years ago

suncf2 commented 2 years ago

When I received a remote steam in OnStreamAdded, can I Subscribe it twice with different parameters? 1: room->Subscribe(stream...) (with no option) 2: room->Subscribe(stream...) (with an option, 320 x 240 resolution) I'd like to show 2 streams with 2 windows in my app. Thanks for you help.