Interface IChannelCountInfo


public interface IChannelCountInfo
체널 정보를 가지고 있는 인터패이스
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    룸 수를 가져온다
    int
    유저 수를 가져온다
  • Method Details

    • getUserCount

      int getUserCount()
      유저 수를 가져온다
      Returns:
      유저 수 반환
    • getRoomCount

      int getRoomCount()
      룸 수를 가져온다
      Returns:
      룸 수 반환