NEChatroomState

@objc
public enum NEChatroomState : Int, Codable

聊天室状态

  • 断开

    Declaration

    Swift

    case DISCONNECTED = 0
  • 连接中

    Declaration

    Swift

    case CONNECTING
  • 连接成功

    Declaration

    Swift

    case CONNECTED