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

Live stream - report recording status from LRO #290

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

elv-serban
Copy link
Contributor

The LRO now includes more specific status information about video and audio recording.

@@ -498,6 +498,9 @@ exports.StreamStatus = async function({name, stopLro=false, showParams=false}) {
state = lroStatus.state;
status.warnings = lroStatus.custom && lroStatus.custom.warnings;
status.quality = lroStatus.custom && lroStatus.custom.quality;
if (lroStatus.custom && lroStatus.custom.status) {
status.recording_status = lroStatus.custom.status
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I called this recording_status to avoid status.status

@elv-serban elv-serban merged commit 9e2b976 into develop Jun 26, 2024
@elv-serban elv-serban deleted the stream-recording-status branch June 26, 2024 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants