1. 20 Feb, 2024 1 commit
  2. 19 Feb, 2024 1 commit
  3. 03 Feb, 2024 3 commits
  4. 30 Jan, 2024 1 commit
  5. 25 Jan, 2024 1 commit
  6. 19 Jan, 2024 1 commit
  7. 18 Jan, 2024 1 commit
  8. 17 Jan, 2024 3 commits
    • davidliu authored
    • davidliu authored
    • * Allow registration of external cameras implementations
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/room/track/video/CameraCapturerUtils.kt
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/room/track/video/CameraCapturerUtils.kt
      
      * Remove internal and suppress tags to make camera capturers public
      
      * Update CameraEventsDispatchHandler.kt
      
      * spotless
      
      ---------
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      jfilo-ebay authored
  9. 13 Jan, 2024 1 commit
  10. 12 Jan, 2024 1 commit
  11. 11 Jan, 2024 1 commit
  12. 10 Jan, 2024 1 commit
    • * Prefix webrtc to avoid collisions with other libraries
      
      * Prepare for v2.0.0
      
      * Move test webrtc files as well
      
      * Revert java target to Java 1.8
      
      * Remove LiveKit.connect method
      
      * Rename participant's track variables to trackPublication to accurately reflect type
      
      * update protocol submodule
      
      * Change remoteParticipants to identity keys
      
      Also add in the Participant Sid/Identity value classes to prevent mistakes
      
      * change publishData to take in Identity type
      
      * Move to android-prefixed webrtc library
      
      * Make inline value classes serializable
      
      * Fix publishdata send to identity destination
      
      * Support sync stream id
      
      * Remap LivekitModels.VideoQuality to VideoQuality enum
      
      The new VideoQuality enum exposes only the ones that should be used by consumers
      
      * Suspend function for getSid
      
      * spotless
      
      * fix compile
      
      * Add documentation and internal visibility for internal classes
      davidliu authored
  13. 07 Jan, 2024 2 commits
  14. 26 Dec, 2023 1 commit
  15. 13 Dec, 2023 1 commit
  16. 28 Nov, 2023 3 commits
  17. 27 Nov, 2023 1 commit
  18. 22 Nov, 2023 1 commit
  19. 21 Nov, 2023 1 commit
  20. 20 Nov, 2023 1 commit
  21. 14 Nov, 2023 5 commits
  22. 08 Nov, 2023 1 commit
  23. 07 Nov, 2023 5 commits
  24. 06 Nov, 2023 2 commits
    • * Put back composables for now
      
      * Spotless
      davidliu authored
    • * SDP munging
      
      * track bitrates
      
      * Switch to using android-jain-sip-ri for sdp munging
      
      * Update protocol version
      
      * add support for svc codec
      
      * Backup codec support
      
      * handle pong response
      
      * multi codec publishing
      
      * test for multicodec
      
      * Add LiveKit.init convenience function for e2e testing
      
      * spotless apply
      davidliu authored