davidliu
Committed by GitHub

Disable h264 high profile (#183)

... ... @@ -132,7 +132,7 @@ object RTCModule {
SimulcastVideoEncoderFactoryWrapper(
eglContext,
enableIntelVp8Encoder = true,
enableH264HighProfile = true,
enableH264HighProfile = false,
)
} else {
SoftwareVideoEncoderFactory()
... ...