1. 08 Jul, 2020 4 commits
  2. 07 Jul, 2020 6 commits
  3. 25 Feb, 2020 1 commit
  4. 09 Jan, 2020 2 commits
  5. 20 Nov, 2019 1 commit
  6. 12 Nov, 2019 3 commits
    • Saúl Ibarra Corretgé's avatar
      doc: update README · ba027527
      Saúl Ibarra Corretgé authored
      ba027527
    • Saúl Ibarra Corretgé's avatar
      release 1.75.2 · 06b5c6a4
      Saúl Ibarra Corretgé authored
      8ba054cf android: fix crash when checking for Camera 2 API  ( Saúl Ibarra Corretgé 2019-11-12 16:41:29 +0100)
      453c2de6 api: fix adding / removing remote tracks from a MediaStream  ( ltripoli 2019-11-06 02:00:13 -0700)
      79e44ca0 doc: update README  ( Saúl Ibarra Corretgé 2019-10-18 12:43:03 +0200)
      1.75.2
      06b5c6a4
    • Saúl Ibarra Corretgé's avatar
      android: fix crash when checking for Camera 2 API · 8ba054cf
      Saúl Ibarra Corretgé authored
      Certain devices crash with:
      
      Fatal Exception: java.lang.AssertionError: Supported FPS ranges cannot be null.
             at android.hardware.camera2.legacy.LegacyMetadataMapper.mapControlAe(LegacyMetadataMapper.java:411)
             at android.hardware.camera2.legacy.LegacyMetadataMapper.mapCharacteristicsFromParameters(LegacyMetadataMapper.java:183)
             at android.hardware.camera2.legacy.LegacyMetadataMapper.createCharacteristics(LegacyMetadataMapper.java:153)
             at android.hardware.camera2.CameraManager.getCameraCharacteristics(CameraManager.java:277)
             at org.webrtc.Camera2Enumerator.isSupported(Camera2Enumerator.java:116)
             at com.oney.WebRTCModule.GetUserMediaImpl.<init>(GetUserMediaImpl.java:51)
             at com.oney.WebRTCModule.WebRTCModule.initAsync(WebRTCModule.java:124)
             at com.oney.WebRTCModule.WebRTCModule.lambda$new$0(WebRTCModule.java:73)
             at com.oney.WebRTCModule.-$$Lambda$WebRTCModule$il6evxkAXXiTmHev2fXZSe0Q080.run(-.java:...
      8ba054cf
  7. 06 Nov, 2019 1 commit
  8. 18 Oct, 2019 6 commits
    • Saúl Ibarra Corretgé's avatar
      doc: update README · 79e44ca0
      Saúl Ibarra Corretgé authored
      79e44ca0
    • Saúl Ibarra Corretgé's avatar
      release 1.75.1 · 15e7723d
      Saúl Ibarra Corretgé authored
      d3544dd9 api: remove DEFAULT_OFFER_OPTIONS  ( Saúl Ibarra Corretgé 2019-10-18 12:24:14 +0200)
      ca8c79be api: add registerGlobals()  ( Iñaki Baz Castillo 2019-10-18 12:19:21 +0200)
      a12a6cdf ios: fix compilation warning  ( Saúl Ibarra Corretgé 2019-10-18 12:09:20 +0200)
      2870de5d ios: avoid running unnecessary operations in VideoCaptureController  ( Saúl Ibarra Corretgé 2019-10-18 12:07:14 +0200)
      c2bae4b4 android: fix crash when checking camera facing mode  ( Saúl Ibarra Corretgé 2019-10-14 14:44:49 +0200)
      a28f27ad Revert "ios: enable field trial to restart audio after interruption"  ( Saúl Ibarra Corretgé 2019-10-02 11:59:59 +0200)
      147fe070 ios: fix crash if no cameras are detected  ( Saúl Ibarra Corretgé 2019-10-02 11:58:01 +0200)
      1ce96e1c android: avoid crashes when adding / removing renderers  ( Saúl Ibarra Corretgé 2019-09-26 13:14:38 +0200)
      6bfded24 android: fix typo in comment  ( Saúl Ibarra Corretgé 2019-09-26 13:14:06 +0200)
      38777c98 android: simplify check  ( Saúl Ibarra Corretgé 2019-09-26 13:13:36 +0200)
      02cf4294 doc: fix typo in README  ( Volkan Yıldız 2019-09-10 15:23:37 +0300)
      b1275ccf ios: add / remove renderes in the RN WebRTC thread  ( Saúl Ibarra Corretgé 2019-09-05 14:35:18 +0200)
      bb9a496a ios: remove unneeded check  ( Saúl Ibarra Corretgé 2019-09-05 14:34:56 +0200)
      e81317b8 ios: wait until the capture process has started  ( Saúl Ibarra Corretgé 2019-09-05 14:33:47 +0200)
      6fd465d1 ios: use RCTLog instead of NSLog  ( Saúl Ibarra Corretgé 2019-09-04 12:12:28 +0200)
      bec15350 doc: update Android installation instructions  ( Carlos Santos 2019-08-29 15:25:19 +0200)
      dfe222b2 doc: move image so that it is next to the relevant text  ( Jack Lawrence-Jones 2019-08-27 15:29:40 +0100)
      260962a8 doc: add note about upgrading the `platform` field in Podfile  ( Jack Lawrence-Jones 2019-08-21 15:42:39 +0100)
      6c3662bf fix: typo of STANDARD_OA_OPTIONS in RTCUtil.js  ( zxcpoiu 2019-08-19 18:00:09 +0800)
      14e7a88d doc: update README  ( Saúl Ibarra Corretgé 2019-08-16 21:31:45 +0200)
      6393cada tools: commit package-lock too  ( Saúl Ibarra Corretgé 2019-08-16 21:27:03 +0200)
      fd744f7d misc: update package-lock.json  ( Saúl Ibarra Corretgé 2019-08-16 21:25:07 +0200)
      4e277d4e api: support legacy constraints in create{Offer,Answer}  ( Saúl Ibarra Corretgé 2019-07-30 12:59:06 +0200)
      1.75.1
      15e7723d
    • Saúl Ibarra Corretgé's avatar
    • Iñaki Baz Castillo's avatar
      api: add registerGlobals() · ca8c79be
      Iñaki Baz Castillo authored
      Fixes #685
      ca8c79be
    • Saúl Ibarra Corretgé's avatar
      ios: fix compilation warning · a12a6cdf
      Saúl Ibarra Corretgé authored
      a12a6cdf
    • Saúl Ibarra Corretgé's avatar
  9. 14 Oct, 2019 1 commit
  10. 02 Oct, 2019 4 commits
  11. 26 Sep, 2019 3 commits
  12. 10 Sep, 2019 1 commit
  13. 05 Sep, 2019 3 commits
  14. 04 Sep, 2019 1 commit
  15. 29 Aug, 2019 1 commit
  16. 27 Aug, 2019 1 commit
  17. 21 Aug, 2019 1 commit
    • Jack Lawrence-Jones's avatar
      doc: add note about upgrading the `platform` field in Podfile · 260962a8
      Jack Lawrence-Jones authored
      The default react native project (created with `react-native init`) has in the generated Podfile: `platform :ios, '9.0'.
      When doing `pod install` during `react-native-webrtc` installation, this gives the error:
      ```
      [!] CocoaPods could not find compatible versions for pod "react-native-webrtc":
        In Podfile:
          react-native-webrtc (from `../node_modules/react-native-webrtc`)
      
      Specs satisfying the `react-native-webrtc (from `../node_modules/react-native-webrtc`)` dependency were found, but they required a higher minimum deployment target.
      ```
      Bumping the iOS version number to `10.0` fixes this error.
      260962a8