From 8b2148990ff6ccd210957e01e5cb7909c60fb1af Mon Sep 17 00:00:00 2001 From: tihot_jk Date: Sun, 28 Oct 2012 17:27:44 -0700 Subject: [PATCH] Add session_id to the notifications when a client joins/leaves a music session. --- src/client_container.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/client_container.proto b/src/client_container.proto index 29644c5df..4e97f66ae 100644 --- a/src/client_container.proto +++ b/src/client_container.proto @@ -125,8 +125,9 @@ message LeaveMusicSessionAck { // sent by server to let the rest of the participants know a user has joined. // this feels a little off; client could initiate this to other clients, right? message UserJoinedMusicSession { - optional string user_id = 1; // this is the user_id and can be used for user unicast messages - optional string username = 2; // meant to be a display name + optional string session_id = 1; // the session ID + optional string user_id = 2; // this is the user_id and can be used for user unicast messages + optional string username = 3; // meant to be a display name } // route_to: session