ChannelClient

@objc public class ChannelClient:  NSObject

A client currently connected to the channel

  • id

    The id of the client

    Declaration

    Swift

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

    Declaration

    Swift

    lazy public private(set) var connectTime: NSDate? =
  • A dictionary of attributes passed by the client when connecting

    Declaration

    Swift

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

    Declaration

    Swift

    public var isHost: Bool
  • The description of the client

    Declaration

    Swift

    override public var description: String