Is react-native-webrtc use H.264 as default?

I am using react-native-webrtc to stream camera feed to Wowza. Is react-native-webrtc use H.264 as default for iOS and Android? How can I know if I am using H.264 or VP8?

No. It uses VP8 by default. You can change this by munging the SDP and putting H.264 first, if present.

Hi,

I am not sure how to help with this, but I am trying to stream to Wowza using react-native-webrtc as well. Is there any place I can find an example on how to create this connection through React Native?

Thanks.