Thanks to visit codestin.com
Credit goes to github.com

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: flutter-webrtc/dart-sip-ua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.6.0
Choose a base ref
...
head repository: flutter-webrtc/dart-sip-ua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 17 commits
  • 147 files changed
  • 15 contributors

Commits on May 8, 2024

  1. Update README.md

    cloudwebrtc authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f0f6751 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Feature/expose ice transport policy (#441)

    * #376: Added `_settings.session_timers_refresh_method` to UaSettings to expose this feature for users of SipUaHelper
    
    * Reformatted sip_ua_helper to get build pipeline to run
    
    * Updated some dependencies
    
    * More dependency updates
    
    * Exposed 'iceTransportPolicy' UaSettings to allow for restricting acceptable ice candidates
    
    * Removed inadvertently added empty lines
    
    ---------
    
    Co-authored-by: Matthias Schicker <[email protected]>
    komaxx and Matthias Schicker authored May 28, 2024
    Configuration menu
    Copy the full SHA
    11b02e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Add sendInterval to dtmf (#443)

    Co-authored-by: Takekatsu Hiramura <[email protected]>
    hiratake55 and takekatsuhiramura authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    27d491f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. set transport value using socket (#449)

    Co-authored-by: Volsavr <[email protected]>
    Volsavr and Volsavr authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    0a99bdd View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. dart format.

    cloudwebrtc committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    5c3b9c5 View commit details
    Browse the repository at this point in the history
  2. Update sip_ua.dart (#456)

    * Update sip_ua.dart
    
    Added export 'src/sip_message.dart';
    
    * import sorter.
    
    ---------
    
    Co-authored-by: [email protected] <[email protected]>
    NicolasGodfather and cloudwebrtc authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7a42a54 View commit details
    Browse the repository at this point in the history
  3. fix import sorter.

    cloudwebrtc committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e640197 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Remove text media channels in SDP offers (#461)

    Co-authored-by: Victor Uvarov <[email protected]>
    victortive and VictorUvarov authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9676724 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Add example apps. (#457)

    cloudwebrtc authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c01e084 View commit details
    Browse the repository at this point in the history
  2. Upgrade to video call implementation and dark mode (#462)

    Co-authored-by: Mikael Wills <[email protected]>
    mikaelwills and Mikael Wills authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    02ecf80 View commit details
    Browse the repository at this point in the history
  3. Fixed work of calls on webkit browsers (#444)

    Co-authored-by: Никита Зорин <[email protected]>
    nikzor and Никита Зорин authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    a6e97cc View commit details
    Browse the repository at this point in the history
  4. Uri configuration for call operation (#448)

    * call options with ability to change from_uri & from_display_name
    
    * call options with ability to change from_uri & from_display_name
    
    ---------
    
    Co-authored-by: Volsavr <[email protected]>
    Volsavr and Volsavr authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8d00b5d View commit details
    Browse the repository at this point in the history
  5. Update add-line to python3 (#466)

    Co-authored-by: Victor Uvarov <[email protected]>
    victortive and VictorUvarov authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5ab07d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cee3400 View commit details
    Browse the repository at this point in the history
  7. Overriding intervals for recovery connection (#472)

    * Overriding intervals for recovery connection
    
    * refactoring
    
    ---------
    
    Co-authored-by: Volsavr <[email protected]>
    Co-authored-by: CloudWebRTC <[email protected]>
    3 people authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6207ea9 View commit details
    Browse the repository at this point in the history
  8. allow to change UA uri in runtime (#425)

    * UA: allow to change 'uri' in runtime
    
    * expose UA.set in SIPUAHelper as setUAParam
    furmur authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b0525de View commit details
    Browse the repository at this point in the history
  9. release: 1.0.0.

    cloudwebrtc committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    9b9bd5f View commit details
    Browse the repository at this point in the history
Loading