Recording notification while recording #1134

Open
opened 2026-02-20 20:02:02 -05:00 by deekerman · 2 comments
Owner

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.

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.
Author
Owner

@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?

@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?
Author
Owner

@lenod commented on GitHub (Feb 9, 2017):

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"?

I think so too.

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?

Yes. We could also think of a sign (like a red recording sign) next to the channel name.

@lenod commented on GitHub (Feb 9, 2017): > 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"? I think so too. > 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? Yes. We could also think of a sign (like a red recording sign) next to the channel name.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mumble-mumble-voip#1134
No description provided.