ClientJoin constructor

ClientJoin(
  1. int peer, [
  2. List<String>? capabilities
])

Implementation

ClientJoin(this.peer, [this.capabilities]);