davidliu

Results 203 comments of davidliu

It's no longer required as of 18 according to this: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_avfoundation_multitasking-camera-access

Have a proof of concept with code here (very unoptimized and untested, copy at your own risk. Also done in a separate repo since it needed a remote track): https://github.com/livekit/client-sdk-react-native/commit/73aa66d7d281c45de6c4b21490e482cf089d8bb4...

Have a draft PR up @ #1619. >A new PiPView which takes a streamURL I think we'll need to integrate into the RTCVideoView here, since it needs a source view...

K, yeah a separate functional component to handle a fallback view prop works. Something like this: ``` const RTCPIPView = (props: RTCVideoViewProps) => { let rtcViewProps = {...props} let fallbackView...

Sorry, we took the code from elsewhere and it seems to be pretty old. I don't really know MediaCodec usage very well myself, so it's unlikely we'll be able to...

The backend SDK won't have any relevancy here as the example code for recording the video. Your best bet would be to look up working MediaCodec examples for recording a...

> 通过以上日志您能看出来MediaCodec有什么问题吗 Unfortunately I didn't write the above code (the original is from https://github.com/flutter-webrtc/flutter-webrtc/blob/main/android/src/main/java/com/cloudwebrtc/webrtc/record/VideoFileRenderer.java) and I don't know much about MediaCodec to help here.

At the moment, this isn't possible.

Implemented in v2.10.0 by #528.

Closing in favor of #228