davidliu

Enable high profile h264 as a potential codec

@@ -106,7 +106,7 @@ object RTCModule { @@ -106,7 +106,7 @@ object RTCModule {
106 SimulcastVideoEncoderFactoryWrapper( 106 SimulcastVideoEncoderFactoryWrapper(
107 eglContext, 107 eglContext,
108 enableIntelVp8Encoder = true, 108 enableIntelVp8Encoder = true,
109 - enableH264HighProfile = false, 109 + enableH264HighProfile = true,
110 ) 110 )
111 } else { 111 } else {
112 SoftwareVideoEncoderFactory() 112 SoftwareVideoEncoderFactory()