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

Merging Dev into Main for Release #189

Merged
merged 18 commits into from
May 16, 2022
Merged

Merging Dev into Main for Release #189

merged 18 commits into from
May 16, 2022

Commits on Feb 12, 2020

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

Commits on Nov 8, 2021

  1. Merge pull request #126 from jeffswartz/docs-correction-automatic-arc…

    …hiving
    
    Correction to docs for automatic archiving
    pardel authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9a4f463 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Fixes NullReferenceException in CreateSession (#114)

    * Better handle WebExceptions that don't have a Response and send a customized exception on WebExceptionStatus.SendFailure errors (usually from TLS errors).
    Fixes #108.
    
    * Adding extra instructions regarding TLS to readme, adding new exception handling if TLS is incorrect
    
    * removing erroneously added whitespace
    
    * list archive by session id, better exception handling for validateSessionid
    
    * removing extra whitespace from tests
    
    * cleaning up other whitespace issues
    
    * passing inner exception to OpenTokException
    
    * Fixing comments, removing redundant fields
    
    * adding custom layout for archiving
    
    * fixing spacing issue, adding javadocs to StartArchive for layout
    
    * revving to 3.4
    
    * adding extra Archive Test
    
    * Adding non-custom with stylesheet case
    
    * adding contract annotations to ArchiveLayout to prevent invalid serialization of the stylesheet for non-custom layouts
    
    * bringing balance to the force
    
    * Dropping core 3.0 tests
    
    * moving back to newer container
    
    * removing .net core 2.x runs
    
    * Silenced warnings in the test project.
    
    * empty Statement Redundancy Fix
    
    * Spell Fix
    
    * Spell Fix
    
    * Spell Fix | GetPartnerIdFromSessionId
    
    Spell Fix | GetPartnerIdFromSessionId method's Property
    
    * moving dotnet version
    
    * specifying test framework
    
    * Changed Javadoc comments to XML comments.
    
    * Replace <see href with <a href.
    
    * Added additional comments.
    
    * Revving to 3.5.0
    
    * automatic release on new GitHub release
    
    * adding OUTPUT_PATH
    
    * fixing Windows CI issue
    
    * updating nexmo/github-actions branch to main
    
    * screenshare layout
    
    * more tests
    
    * Adding SetArchiveLayout, updating unit tests
    
    * moving null ignore to data structure
    
    * fixing error message
    
    * fixing screenshareType
    
    * revving to 3.6.0
    
    * Removing travis config
    
    * Removing travis, fixing GitHub Actions definitions and adding package settings in project file (#164)
    
    * Docs corrections (#161)
    
    Co-authored-by: Stephen Lorello <42971704+slorello89@users.noreply.github.com>
    Co-authored-by: slorello89 <slorello89@gmail.com>
    Co-authored-by: Dirk Lemstra <dirk@lemstra.org>
    Co-authored-by: onpoc <gupta.pradeep506@gmail.com>
    Co-authored-by: Matt Hunt <mattlethargic@gmail.com>
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    7 people authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    fd313c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Dec 16, 2021

  1. Implementing Dial method for initiating a SIP call (#166)

    * Adding Dial method, test fails
    
    * Adding dial async and tests
    
    * Adding session validation
    
    * Removing key from appsettings
    
    * Adding valid session id to tests
    
    * Docs edits for Dial API
    
    ... and other minor docs corrections
    
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    matt-lethargic and jeffswartz authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f1cc863 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Rev the version to 3.7.0

    jeffswartz committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    e357651 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Merge pull request #168 from jeffswartz/rev-version-3.7.0

    Rev the version to 3.7.0
    jeffswartz authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6372615 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Adding Force and Disable Mute (#167)

    * Adding Force and Disable Mute
    
    * Docs edits for the Force Mute API enhancements
    
    * Fixing PlayDTMF methods that had wrong URL
    
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    Co-authored-by: matt-lethargic <matt-lethargic@gmail.com>
    3 people authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    bfaec99 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    1c2b71d View commit details
    Browse the repository at this point in the history
  2. Docs corrections

    jeffswartz committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    9a55b7d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Selective adding of streams for archive and broadcast (#174)

    * Selective adding of streams for archive and broadcast
    
    * Minor docs edits for StreamMode additions
    
    * bumping version to 3.8.0
    
    * Another version bump
    
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    matt-lethargic and jeffswartz authored Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2e6fbf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Merge branch 'main' into dev

    # Conflicts:
    #	OpenTok/DialAuth.cs
    #	OpenTok/OpenTok.cs
    #	OpenTokTest/DialTests.cs
    #	OpenTokTest/TestBase.cs
    matt-lethargic committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f385484 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. Devx 5778 (#179)

    * Moving tests
    
    * refactoring test base
    
    * CreateSession async
    
    * Start Archive Async
    
    * Fixing dial issue
    
    * Removing duplicate version tags in proj file and updating README with Async methods
    
    Co-authored-by: matt-lethargic <matt-lethargic@gmail.com>
    matt-lethargic and matt-lethargic authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    84cf581 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

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

Commits on Apr 14, 2022

  1. Adding GetArchive and DeleteArchive async methods (#182)

    * Adding GetArchive and DeleteArchive async methods
    
    * Adding readme info and adding methods to Archieve object
    matt-lethargic authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    0e71eb2 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. DVR and LowLatency changes added (#183)

    * DVR and LowLatency changes added
    
    * Update OpenTok/OpenTok.cs
    
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    
    * Fixing comments for PR
    
    * Adding Broadcast settings summary
    
    * Docs edits
    
     for BroadcastHlsSettings and related content.
    
    Co-authored-by: Jeff Swartz <jeff.swartz@vonage.com>
    matt-lethargic and jeffswartz authored May 12, 2022
    Configuration menu
    Copy the full SHA
    28d8dda View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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