Explorar el Código

add room hangup proto

王虎 hace 3 años
padre
commit
0f6c7d4086
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      protos/room.proto

+ 7 - 0
protos/room.proto

@@ -41,6 +41,13 @@ message RoomDismissPush {
 
 }
 
+message RoomHangupRequest {
+}
+
+message RoomHangupResponse {
+    Result Result = 1;
+}
+
 message RoomSwitchMasterPush {
     uint32 UserID = 1;
 }