Skip to content
New issue

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

Merge upstream from commit 996c128 #24

Merged
merged 17 commits into from
Dec 16, 2024
Merged

Merge upstream from commit 996c128 #24

merged 17 commits into from
Dec 16, 2024

Conversation

davidliu
Copy link

No description provided.

mtdxc and others added 17 commits July 10, 2024 14:25
These were causing build errors recently, and were generally unneeded anyways.
- Throw TypeError if no argument passed
- Stringify the label

Fixes: react-native-webrtc#1605
It's possible for user code to replace encodings entirely. Thus, the
resulting array will not have RTCRtpEncodingParameters object instances,
but plain objects.

Handle it by deep-cloning the objects with JSON.parse(JSON.stringify(x))
since that will take care of appropriately serializing them, no matter
the type.
Don't directly call toJSON, but rather rely on JSON serialization to do
it when cloning.
89557ca misc: make serialization more resilient  ( Saúl Ibarra Corretgé 2024-08-14 11:53:32 +0200)
6cfedd7 sender: fix serializing RTCRtpSendParameters  ( Saúl Ibarra Corretgé 2024-08-14 11:11:08 +0200)
ac7f578 android: remove no longer used replace rule from manifest (react-native-webrtc#1609)  ( Saúl Ibarra Corretgé 2024-08-07 17:17:03 +0200)
f6667c8 ios: fix exception in iOS 17+ w/ Xcode 15.4  ( mtdxc 2024-08-07 17:22:10 +0800)
4c34ae1 android: report actual size in camera MediaStreamTrack settings (react-native-webrtc#1598)  ( davidliu 2024-08-07 17:56:57 +0900)
fb02a5b pc: align createDataChannel with standard  ( Saúl Ibarra Corretgé 2024-08-06 15:28:24 +0200)
c0ddefd ci: remove flipper from gumtestapp (react-native-webrtc#1608)  ( davidliu 2024-08-07 16:00:01 +0900)
a1bb18a ios: add support for external cameras on iPad  ( mtdxc 2024-07-10 20:25:23 +0800)
@davidliu davidliu merged commit f132492 into master Dec 16, 2024
3 checks passed
@davidliu davidliu deleted the dl/upstream_merge branch December 16, 2024 15:35
davidliu added a commit that referenced this pull request Dec 16, 2024
f132492 Merge upstream from commit 996c128 (#24)  ( davidliu 2024-12-17 00:35:00 +0900)
fe2a043 e2ee ios implementation and other final fixes (#23)  ( davidliu 2024-12-17 00:18:48 +0900)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants