Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GetStream/stream-video-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @stream-io/video-react-native-sdk-1.10.13
Choose a base ref
...
head repository: GetStream/stream-video-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @stream-io/video-react-native-sdk-1.10.14
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Mar 10, 2025

  1. Copy the full SHA
    a5486f0 View commit details

Commits on Mar 11, 2025

  1. fix: setup ios accept/decline events before user is connected RN-153 (#…

    …1716)
    
    ### Overview
    
    Currently, iOS push events are subscribed only when user is logged in. 
    
    It doesn't support an usecase where call is accepted. but then after app
    invokes authentication flow and then on success, joins the call
    
    This PR fixes that 
    
    ### Implementation notes
    
    moves setup events of accept/decline inside `setPushConfig` causes no
    breaking changes, its all internal change.
    santhoshvai authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b5fb06a View commit details
  2. chore: Upgrade to Next 15.2 (#1717)

    Upgrades our Pronto/Dogfooding app to Next 15.2
    
    ### Implementation notes
    - Upgrade NextJS
    - Upgrade Sentry
    - Upgrade some other accompanied dependencies
    - Remove the now obsolete `?id=` duplication for our native apps on the demo environment
    oliverlaz authored Mar 11, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9b1aec3 View commit details
  3. chore(@stream-io/video-react-native-sdk): release version 1.10.14

    GitHub Actions Bot committed Mar 11, 2025
    Copy the full SHA
    425cbc4 View commit details
Loading