ChannelClient

@objc open class ChannelClient:  NSObject

A client currently connected to the channel

  • id

    The id of the client

    Declaration

    Swift

    open var id: String
  • The time which the client connected in epoch milliseconds

    Declaration

    Swift

    lazy open fileprivate(set) var connectTime: Date? =
  • A dictionary of attributes passed by the client when connecting

    Declaration

    Swift

    open var attributes: AnyObject?
  • Flag for determining if the client is the host

    Declaration

    Swift

    open var isHost: Bool
  • The description of the client

    Declaration

    Swift

    override open var description: String