PeerIdentifier

value class PeerIdentifier(val id: Int)

A value class representing the unique identifier for a peer in a group. Peer identifiers are assigned by the signalling server.

Within each group, each peer has a unique id.

Constructors

Link copied to clipboard
fun PeerIdentifier(id: Int)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val id: Int

the unique identifier for this peer, within a given group.