Skip to content

Commit

Permalink
Merge branch 'staging' into preview
Browse files Browse the repository at this point in the history
  • Loading branch information
SLOBS-Release committed Jul 14, 2022
2 parents 04b0e71 + 6cac761 commit 9b78222
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions app/services/guest-cam/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,12 @@ export class GuestCamService extends StatefulService<IGuestCamServiceState> {
if (!this.socket) return;

this.socket.emit('message', {
target: '*',
type: 'streamingStatusChange',
live: this.streamingService.views.streamingStatus === EStreamingState.Live,
chatUrl: this.streamingService.views.chatUrl,
data: {
live: this.streamingService.views.streamingStatus === EStreamingState.Live,
chatUrl: this.streamingService.views.chatUrl,
},
});
}

Expand Down
2 changes: 1 addition & 1 deletion scripts/repositories.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "obs-studio-node",
"url": "https://s3-us-west-2.amazonaws.com/obsstudionodes3.streamlabs.com/",
"archive": "osn-[VERSION]-release-[OS].tar.gz",
"version": "0.21.18",
"version": "0.22.0",
"win64": true,
"osx": true
},
Expand Down

0 comments on commit 9b78222

Please sign in to comment.