You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ios: add support for external cameras on iPad
* ci: remove flipper from gumtestapp (react-native-webrtc#1608)
These were causing build errors recently, and were generally unneeded anyways.
* pc: align createDataChannel with standard
- Throw TypeError if no argument passed
- Stringify the label
Fixes: react-native-webrtc#1605
* android: report actual size in camera MediaStreamTrack settings (react-native-webrtc#1598)
* ios: fix exception in iOS 17+ w/ Xcode 15.4
* android: remove no longer used replace rule from manifest (react-native-webrtc#1609)
* sender: fix serializing RTCRtpSendParameters
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.
* misc: make serialization more resilient
Don't directly call toJSON, but rather rely on JSON serialization to do
it when cloning.
* release 124.0.4
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)
* ios: Add RTCAudioSession helper methods needed for CallKit (react-native-webrtc#1614)
* Fix package name references
---------
Co-authored-by: mtdxc <mtdxc@126.com>
Co-authored-by: Saúl Ibarra Corretgé <s@saghul.net>
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
0 commit comments