We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow README and run.
Run without crash
Crash I/FlutterWebRTCPlugin(20997): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true] E/rtc (20997): E/rtc (20997): E/rtc (20997): # E/rtc (20997): # Fatal error in: ../../../../usr/local/google/home/sakal/code/webrtc-aar-release/src/pc/peer_connection.cc, line 1989 E/rtc (20997): # last system error: 0 E/rtc (20997): # Check failed: IsUnifiedPlan() **E/rtc (20997): # GetTransceivers is only supported with Unified Plan SdpSemantics. **
After I change version from 0.5.7 to 0.6.4 , bug fixed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your environment.
What did you do?
Follow README and run.
What did you expect?
Run without crash
What happened?
Crash
I/FlutterWebRTCPlugin(20997): getUserMedia(audio): mandatory: [], optional: [googNoiseSuppression: true, googEchoCancellation: true, echoCancellation: true, googEchoCancellation2: true, googDAEchoCancellation: true]
E/rtc (20997):
E/rtc (20997):
E/rtc (20997): #
E/rtc (20997): # Fatal error in: ../../../../usr/local/google/home/sakal/code/webrtc-aar-release/src/pc/peer_connection.cc, line 1989
E/rtc (20997): # last system error: 0
E/rtc (20997): # Check failed: IsUnifiedPlan()
**E/rtc (20997): # GetTransceivers is only supported with Unified Plan SdpSemantics.
**
After I change version from 0.5.7 to 0.6.4 , bug fixed.
The text was updated successfully, but these errors were encountered: