All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.CSWebEnterRoom.proto Maven / Gradle / Ivy

syntax = "proto3";


option java_package = "tech.ordinaryroad.live.chat.client.kuaishou.protobuf";

message CSWebEnterRoom {
  string token = 1;
  string liveStreamId = 2;
  uint32 reconnectCount = 3;
  uint32 lastErrorCode = 4;
  string expTag = 5;
  string attach = 6;
  string pageId = 7;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy