davidliu

Results 29 issues of davidliu
trafficstars

https://developer.android.com/about/versions/14/changes/fgs-types-required#permission-for-fgs-type Types are now required for Android 14, and their associated permissions need to be declared.

Type: Stale

**Describe the bug** Websocket client signal disconnected when react-native APP based on RN sdk goes from Android PIP(picture in picture) mode to normal mode after 20 seconds. From our debugging,...

bug

https://livekit-users.slack.com/archives/C01KVTJH6BX/p1658307742319619

From slack: https://livekit-users.slack.com/archives/C01KVTJH6BX/p1658195733959849

https://developer.apple.com/support/third-party-SDK-requirements/ https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api The WebRTC native code references some methods that fall under these requirements, namely `mach_absolute_time` (system boot time api) and `stat` (file timestamp api). They're allowable under the requirements,...

needs-research
apple

Continuation of the issue from #1525 #1547. Separating this conversation from the PRs. cc: @carlosmg95, @8BallBomBom, @saghul Repro copied from this [comment](https://github.com/react-native-webrtc/react-native-webrtc/pull/1547#issuecomment-2056626991): ---- Hi, I have made an example based...

bug
help-wanted
needs-research

Auth0 can't be used on Android, Jjwt can be. Would be nice to allow for alternative implementations.

enhancement

Been using this on react-native, but as of 0.74.0, the underlying hermes engine now includes TextEncoder, but doesn't have TextDecoder. Since the polyfill only checks if TextEncoder exists or not...