继续操作前请注册或者登录。
  1. 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
  2. 07 Jan, 2024 2 commits
  3. 26 Dec, 2023 1 commit
  4. 13 Dec, 2023 1 commit
  5. 28 Nov, 2023 3 commits
  6. 27 Nov, 2023 1 commit
  7. 22 Nov, 2023 1 commit
  8. 21 Nov, 2023 1 commit
  9. 20 Nov, 2023 1 commit
  10. 14 Nov, 2023 5 commits
  11. 08 Nov, 2023 1 commit
  12. 07 Nov, 2023 5 commits
  13. 06 Nov, 2023 3 commits
  14. 05 Nov, 2023 1 commit
    • * Fix memory leaks
      
      * Fix data channel leaking RTCEngine
      
      * Add room to leak canary in sample app
      
      * remove leakcanary watching of room
      davidliu authored
  15. 24 Oct, 2023 2 commits
  16. 06 Oct, 2023 1 commit
  17. 02 Oct, 2023 2 commits
  18. 25 Sep, 2023 1 commit
  19. 21 Sep, 2023 4 commits
  20. 20 Sep, 2023 3 commits
    • davidliu authored
    • * Setup E2EEManager for dependency injection
      
      * upgrade libwebrtc to 114.5735.04.
      
      * fix test build
      
      * spotless
      
      * Update e2ee option defaults to prevent deadlocks
      
      * more defaults update
      
      ---------
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      CloudWebRTC authored
    • * Improvements for E2EE.
      
      * format.
      
      * spotlessApply.
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/e2ee/E2EEManager.kt
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/e2ee/E2EEManager.kt
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/e2ee/E2EEManager.kt
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/room/Room.kt
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      
      * Update livekit-android-sdk/src/main/java/io/livekit/android/room/Room.kt
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      
      * fix.
      
      * fix.
      
      * spotlessKotlinCheck.
      
      * fix
      
      ---------
      
      Co-authored-by: davidliu <davidliu@deviange.net>
      CloudWebRTC authored