Tags: WebTrit/flutter-webrtc
Tags
feat: add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderO… …ptions. (flutter-webrtc#1559) * feat: add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderOptions. * win/linux. * release log
fix renderer issue for web. (flutter-webrtc#1558) * fix renderer issue for web. * bump version.
After AOS 14, changeCaptureFormat() should resize the VirtualDisplay … …instead of recreating it due to the limitation on reusing MediaProjectionPermissionResultData. And it is necessary to obtain capture permission first and request foreground service; otherwise, the app crashes due to the media projection permission policy. (flutter-webrtc#1552) Use Helper.requestCapturePermission() to obtain capture permission on Android 14 specially targetSdk 34 or above.
PreviousNext