PeerRole

public enum PeerRole : String
  • Declaration

    Swift

    case host = "host"
  • Declaration

    Swift

    case client = "client"