Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mumble.proto')
-rw-r--r--src/Mumble.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Mumble.proto b/src/Mumble.proto
index 8f8b7c9a4..8561e21c5 100644
--- a/src/Mumble.proto
+++ b/src/Mumble.proto
@@ -179,6 +179,11 @@ message UserRemove {
// First seen during login procedure. May be sent by the client when it wishes
// to alter its state.
message UserState {
+ message VolumeAdjustment {
+ optional uint32 listening_channel = 1;
+ optional float volume_adjustment = 2;
+ }
+
// Unique user session ID of the user whose state this is, may change on
// reconnect.
optional uint32 session = 1;
@@ -230,6 +235,8 @@ message UserState {
repeated uint32 listening_channel_add = 21;
// a list of channels the user does no longer want to listen to.
repeated uint32 listening_channel_remove = 22;
+ // A list of volume adjustments the user has applied to listeners
+ repeated VolumeAdjustment listening_volume_adjustment = 23;
}
// Relays information on the bans. The client may send the BanList message to