Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proj inbound calling #150

Merged
merged 52 commits into from
Mar 4, 2024
Merged

Proj inbound calling #150

merged 52 commits into from
Mar 4, 2024

Commits on Jun 16, 2023

  1. Create incoming call method to test inbound calling (#130)

    * Create incoming call started method to test inbound calling
    esme authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    962c859 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    8b52322 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Introduce inbound calling availability events (#138)

    * Refactor constants
    
    * Refactor version constant
    
    * 0.1.6-alpha.0
    
    * Remove sdkVersion prop from initialized event
    
    * 0.1.6-alpha.1
    
    * Introduce inbound calling availability events
    
    * Test new events
    
    * Configure prettier and format the demo-minimal-js html. Improve accessibility and SEO.
    
    * Use semantic html and style buttons
    
    * Refactor switch case into onclick methods and remove logic that waits for DOM content loaded since we are using defer to load the JS
    
    * Rename id
    
    * Specify encoding
    
    * Match SDK event name
    
    * sort props
    
    * Initialize as logged out
    
    * Add user availability events
    
    * Prevent window overflow
    
    * Allow user to change availability during a call.
    
    * disable availability buttons during a call.
    
    * 0.1.7-alpha.0
    
    * Use new alpha version
    alonso-cadenas authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4a6a1c4 View commit details
    Browse the repository at this point in the history
  2. Send incoming call event with data to create an engagement (#140)

    Create event handlers for create_engagement_succeeded and create_engagement_failed
    esme authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f2d1495 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    2279f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4280940 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Initialize demo widget when ready event is received from HubSpot (#145)

    * Initialize SDK on ready event
    
    * Save userAvailable state in the demo widget
    
    * Allow user to start an incoming call asynchronously for testing (#146)
    esme authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4aa4ff6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    2f7b794 View commit details
    Browse the repository at this point in the history
  2. Extensions inbound lifecycle (#148)

    * Initialize SDK on ready event
    
    * Save userAvailable state in the demo widget
    
    * Allow user to start an incoming call asynchronously for testing (#146)
    
    * Revert "Allow user to start an incoming call asynchronously for testing (#146)"
    
    This reverts commit 9800470.
    
    ---------
    
    Co-authored-by: Esme Ling <esmelingyr@gmail.com>
    Co-authored-by: Esme <23175119+esme@users.noreply.github.com>
    3 people authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    6e23fd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. 0.1.8-alpha.0

    alonso-cadenas committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2314a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Use next tag of SDK

    alonso-cadenas committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    9ed1a8e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Use 0.1.8

    esme committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    1c8d87e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    ed0f0b8 View commit details
    Browse the repository at this point in the history
  2. 0.2.1-alpha.0

    esme committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    12676c3 View commit details
    Browse the repository at this point in the history
  3. Use latest sdk version

    esme committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f69179c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Caller id match (#156)

    * Add events for caller id matching
    
    * Add caller id match payload
    
    * Add debugMessageType argument to logging
    
    * Add incomingCall event handler to README
    
    * Log last sync event
    esme authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    928f8e2 View commit details
    Browse the repository at this point in the history
  2. 0.2.1-alpha.1

    esme committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f395416 View commit details
    Browse the repository at this point in the history
  3. Use next tag of SDK

    esme committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    47b1284 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    284a43a View commit details
    Browse the repository at this point in the history
  2. 0.2.1-alpha.2

    esme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6411ce0 View commit details
    Browse the repository at this point in the history
  3. Use next tag of SDK

    esme committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b599f25 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Add support for inbound calling to react demo app (#157)

    * Add support for inbound calling to react demo app
    
    * Add unit tests for Incoming Screen
    
    * Unit tests
    
    * Fix useCti hook to store incomingNumber
    
    * Feedback fixes # 1
    
    * Feedback fixes #2
    
    * Feedback fixes
    hemang-thakkar authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    1ee6bcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f13841b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Send navigate_to_record event when we receive an existing call id (#158)

    * Send navigate_to_record event when we receive an existing call id
    
    * Fix console debug message const
    
    * Navigate to record page in the react demo app (#165)
    
    * Update README with instructions for redirect
    
    * 0.2.1-alpha.3
    
    * Use next tag of SDK
    esme authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dd42354 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    bc7afd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e81b6b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. React Demo App: Set incoming number and contact name in localstorage (#…

    …166)
    
    * React Demo App: Set incoming number and contact info in localstorage on redirect
    
    * feedback fixes
    hemang-thakkar authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    da7ff56 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    2f95f17 View commit details
    Browse the repository at this point in the history
  2. 0.2.2-alpha.0

    hemang-thakkar committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    0968e7a View commit details
    Browse the repository at this point in the history
  3. 0.2.2-beta.0

    hemang-thakkar committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a24c526 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Support NAVIGATE_TO_RECORD_FAILED event (#171)

    * switch case lost its case to dictionary
    
    * Handle NAVIGATE_TO_RECORD_FAILED
    
    * Add event handler to demos
    
    * Remove unused message handler
    alonso-cadenas authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6e41342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a336a23 View commit details
    Browse the repository at this point in the history
  3. 0.3.0-0

    alonso-cadenas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    603bc29 View commit details
    Browse the repository at this point in the history
  4. 0.3.0-rc.0

    alonso-cadenas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    13766ee View commit details
    Browse the repository at this point in the history
  5. 0.3.0-alpha.0

    alonso-cadenas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3507529 View commit details
    Browse the repository at this point in the history
  6. 0.3.0-beta.0

    alonso-cadenas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b0c410b View commit details
    Browse the repository at this point in the history
  7. Update dependents

    alonso-cadenas committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b64aa65 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    3a7c5cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b9a54 View commit details
    Browse the repository at this point in the history
  3. 0.3.0-alpha.1

    alonso-cadenas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3645750 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    5ec49f5 View commit details
    Browse the repository at this point in the history
  2. 0.3.0-alpha.2

    alonso-cadenas committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b6fb734 View commit details
    Browse the repository at this point in the history
  3. Update dependents

    alonso-cadenas committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2783a5e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. 0.3.0-beta.0

    hemang-thakkar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2edd656 View commit details
    Browse the repository at this point in the history
  2. 0.3.0-beta.1

    hemang-thakkar committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b90170c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4579d42 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    ede28cf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Add beta badge to incoming call, availability toggles (#179)

    * Add beta badge to incoming call, availability toggles
    
    * code review feedback
    
    * fix unit tests
    hemang-thakkar authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2d496f0 View commit details
    Browse the repository at this point in the history
  2. Simplify formatting

    alonso-cadenas authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    47ab90e View commit details
    Browse the repository at this point in the history
  3. Simplify formatting

    alonso-cadenas authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8aa9de3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    179d15e View commit details
    Browse the repository at this point in the history
  5. Simplify README.md (#177)

    * Simplify README.md
    
    * Update link
    alonso-cadenas authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    93abb28 View commit details
    Browse the repository at this point in the history