Skip to content

Commit

Permalink
Bumping signalling protocol version due to new message. Removed playe…
Browse files Browse the repository at this point in the history
…r limit on npm script.

(cherry picked from commit 156cdfc)
  • Loading branch information
mcottontensor committed Feb 9, 2025
1 parent f843a8e commit b5c29af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Common/protobuf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Pixelstreaming Signalling Protocol Changelog

# 02-04-2025
- Added the subscribeFailed message

2 changes: 1 addition & 1 deletion Common/src/Protocol/SignallingProtocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { BaseMessage } from '../Messages/base_message';
*/
export class SignallingProtocol extends EventEmitter {
static get SIGNALLING_VERSION(): string {
return '1.2.1';
return '1.3.0';
}

// The transport in use by this protocol object.
Expand Down

0 comments on commit b5c29af

Please sign in to comment.