-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
feat(recording) allow highlighting meeting recording moments #10981
Conversation
208cb46
to
07471fe
Compare
jenkins please test this please |
1df499b
to
81d136d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. What about the mobile side?
export function _abstractMapStateToProps(state: Object) { | ||
const isRecordingRunning = getActiveSession(state, JitsiRecordingConstants.mode.FILE); | ||
const isButtonDisabled = isHighlightMeetingMomentDisabled(state); | ||
const { webhookProxyUrl } = state['features/base/config']; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this one is not documented in config.js (not your fault)
coming in a future PR |
No description provided.