1. 29 Apr, 2021 1 commit
  2. 27 Apr, 2021 1 commit
  3. 16 Mar, 2021 5 commits
  4. 12 Mar, 2021 2 commits
  5. 10 Mar, 2021 1 commit
  6. 09 Mar, 2021 1 commit
  7. 05 Mar, 2021 1 commit
    • Alex Bumbu's avatar
      ios: screen sharing support · 1066b92d
      Alex Bumbu authored
      This adds initial support for screen sharing in iOS. These are the parts required to feed frames into the WebRTC engine, but a broadcasting extension is required on the application side.
      
      The Jitsi team would like to thank @AliKarpuzoglu, @linuxpi and The Hopp Foundation for the initial effort and help throughout.
      1066b92d
  8. 19 Feb, 2021 1 commit
  9. 05 Feb, 2021 1 commit
  10. 14 Jan, 2021 2 commits
  11. 07 Jan, 2021 1 commit
  12. 23 Dec, 2020 1 commit
  13. 18 Dec, 2020 3 commits
    • Saúl Ibarra Corretgé's avatar
      release 1.87.2 · 0d5e32ce
      Saúl Ibarra Corretgé authored
      5b72e7ec ios: fix typo  ( Saúl Ibarra Corretgé 2020-12-18 12:09:15 +0100)
      7eab1c3a ios: fix crash if device doesn't have a name  ( Saúl Ibarra Corretgé 2020-12-18 09:57:29 +0100)
      268933f8 api: migrate to spec-compliant stats  ( tmoldovan8x8 2020-12-09 17:06:03 +0200)
      b93cef55 misc: fix typo in build-webrtc.py  ( zxcpoiu 2020-12-04 16:09:25 +0800)
      776b2b83 tools: change env path of android_sdk  ( zxcpoiu 2019-07-18 17:28:49 +0800)
      f5e313b2 doc: add note about cocoapods version for iOS  ( Saúl Ibarra Corretgé 2020-12-01 13:56:03 +0100)
      d9525740 doc: mention macOS support on the README  ( Saúl Ibarra Corretgé 2020-11-27 13:01:35 +0100)
      03178c70 doc: fix the "current" version of webrtc reference to 87  ( Dan Jenkins 2020-11-27 12:00:41 +0000)
      70f47103 android: bump minSdkVersion  ( Saúl Ibarra Corretgé 2020-11-25 21:41:19 +0100)
      04080afe misc: add more files to npmignore  ( Saúl Ibarra Corretgé 2020-11-25 15:47:52 +0100)
      1.87.2
      0d5e32ce
    • Saúl Ibarra Corretgé's avatar
      ios: fix typo · 5b72e7ec
      Saúl Ibarra Corretgé authored
      5b72e7ec
    • Saúl Ibarra Corretgé's avatar
      ios: fix crash if device doesn't have a name · 7eab1c3a
      Saúl Ibarra Corretgé authored
      We have observed this crash:
      
      ~~~
      Fatal Exception: NSInvalidArgumentException
      0  CoreFoundation                 0x19c404654 __exceptionPreprocess
      1  libobjc.A.dylib                0x19c126bcc objc_exception_throw
      2  CoreFoundation                 0x19c45a280 -[__NSCFString characterAtIndex:].cold.1
      3  CoreFoundation                 0x19c4636e8 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:].cold.5
      4  CoreFoundation                 0x19c2f20bc -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]
      5  CoreFoundation                 0x19c2e40c4 +[NSDictionary dictionaryWithObjects:forKeys:count:]
      6  JitsiMeet                      0x104d58d20 -[WebRTCModule(RTCMediaStream) enumerateDevices:] + 145 (WebRTCModule+RTCMediaStream.m:145)
      ~~~
      7eab1c3a
  14. 09 Dec, 2020 1 commit
  15. 04 Dec, 2020 2 commits
  16. 01 Dec, 2020 1 commit
  17. 27 Nov, 2020 2 commits
  18. 26 Nov, 2020 1 commit
  19. 25 Nov, 2020 12 commits