mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Recording notification while recording #1134
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#1134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lenod on GitHub (Feb 9, 2017).
Users usually receive a sound notification when another user starts a recording. However, one does not receive the notification when we connect to the server after the recording has started.
@mkrautz commented on GitHub (Feb 9, 2017):
Right now, it seems like it is explicitly disabled during initial sync.
https://github.com/mumble-voip/mumble/blob/master/src/mumble/Messages.cpp#L311-L312
Probably because we have no pSelf at that point?
I suppose if you connect to a server and auto-join a channel in which someone is recording, you should get a new mesage: "XXX is recording"?
However, that begs the question: since, at present, you'll only get the notification if you're in the same channel as the person recording -- does this request mean that the recording notification also should be shown if you join a channel that contains a user who is currently recording?
@lenod commented on GitHub (Feb 9, 2017):
I think so too.
Yes. We could also think of a sign (like a red recording sign) next to the channel name.