haiyangwu / mediasoup-client-android

mediasoup android client side library https://mediasoup.org
MIT License
178 stars 107 forks source link

Use client webrtc factory even if configuration is null #74

Open chatelgu opened 1 year ago

chatelgu commented 1 year ago

Hi,

Webrtc PeerConnection.Options factory and configuration are optionals.

This should use the factory even if the configuration is null.

chatelgu commented 1 year ago

Nihao @haiyangwu

I can't get why the checks have failed, do you have any clues ?

neilyoung commented 1 year ago

In fact this is the only way to make use of the hardware encoders/decoders. Otherwise deprecated webrtc functions are used. Thanks for sharing. A clear improvement