Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
ac38a15
listen to pubsub events for guests
patrickfeeney03 Jan 9, 2026
adacb8e
bad tests for coverage, temp
patrickfeeney03 Jan 9, 2026
b171f16
testing
patrickfeeney03 Jan 9, 2026
c5f49d4
testing
patrickfeeney03 Jan 9, 2026
0a14e5f
Extract convId from jwt and set
patrickfeeney03 Jan 9, 2026
eeaa9ec
logging
patrickfeeney03 Jan 9, 2026
7b3d218
Write tests, bulletproof proxyStreamingClientEvents() and remove logg…
patrickfeeney03 Jan 14, 2026
b9d2e1c
Refactor new tests
patrickfeeney03 Jan 14, 2026
ad01920
Merge branch 'develop' into stream-1099
patrickfeeney03 Jan 14, 2026
c61a917
merge develop
patrickfeeney03 Jan 14, 2026
ab7d03f
changelog
patrickfeeney03 Jan 16, 2026
cfb746d
backmerge: bump version
Feb 2, 2026
7968e54
backmerge: npm install
Feb 2, 2026
dc391da
Merge pull request #973 from MyPureCloud/backmerge
AidanWZ Feb 2, 2026
f49d19e
Merge branch 'develop' into stream-1099
patrickfeeney03 Feb 3, 2026
985a6bb
Address PR comments
patrickfeeney03 Feb 3, 2026
06b6cf3
[STREAM-1178] - Remove support for sending multiple tracks while scre…
zservies Feb 5, 2026
266339c
Merge branch 'develop' into stream-1099
patrickfeeney03 Feb 9, 2026
7adb286
Merge pull request #969 from MyPureCloud/stream-1099
patrickfeeney03 Feb 9, 2026
80bab47
Prep v12.0.0
zservies Feb 9, 2026
840b991
[STREAM-1130] - Updated TypeScript to v5.9.3 and Webpack to v5.105.0,…
zservies Feb 9, 2026
8e12a61
Merge branch 'develop' of github.com:MyPureCloud/genesys-cloud-webrtc…
zservies Feb 9, 2026
4c4ff36
Pass argument to updateOutgoingMediaForAllSessions
patrickfeeney03 Feb 10, 2026
1e73340
Call updateOutgoingMedia only with required options
patrickfeeney03 Feb 11, 2026
375dcd0
test
patrickfeeney03 Feb 11, 2026
14ddf12
remove some extra check that I added
patrickfeeney03 Feb 12, 2026
e3e15ce
Changelog
patrickfeeney03 Feb 12, 2026
46fa380
Merge branch 'STREAM-1123-updating-tracks' into release/v12.0.0
patrickfeeney03 Feb 12, 2026
feed24a
Revert "Merge branch 'STREAM-1123-updating-tracks' into release/v12.0.0"
patrickfeeney03 Feb 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
operating-system:
- ubuntu-latest
- windows-latest
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, 20]
node-version: [18, 20, 22]
operating-system: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.operating-system }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.17.1
10 changes: 9 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.1...HEAD)
# [Unreleased](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v12.0.0...HEAD)

# [v12.0.0](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.1...v12.0.0)
### Added
* [STREAM-1099](https://inindca.atlassian.net/browse/STREAM-1099) - Emit `participantsUpdate` for JWT Video Guests

### Breaking Changes
* [STREAM-1178](https://inindca.atlassian.net/browse/STREAM-1178) - REVERT STREAM-825, removed ability to send multiple tracks when screensharing.
* [STREAM-1130](https://inindca.atlassian.net/browse/STREAM-1130) - Updated TypeScript to v5.9.3 and Webpack to v5.105.0, removed legacy Spigot testing, added `.nvmrc`, demo app dependency updates, updated Node versions in testing matrices.

# [v11.5.1](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v11.5.0...v11.5.1)
### Added
Expand Down
Loading