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
397 stars 183 forks source link

Can owt-client support simulcast publish on IOS platform #369

Open grubbyJay opened 4 years ago

grubbyJay commented 4 years ago

Now PC and Android already support simulcast streams publish. But I found that the function was not supportted on IOS platform. Could you help me.

jianjunz commented 4 years ago

Hi,

Simulcast is not supported by iOS SDK. AFAIK, only JavaScript SDK supports simulcast. Android SDK doesn't support it either. Please correct me if I'm wrong. Thanks.

taste1981 commented 4 years ago

@grubbyJay though windows and Android provides the simulcast publish API, it's not extensively tested.

eric-tc commented 3 years ago

Hi is simulcast on Android already supported?