View Source Jellyfish.Peer (Jellyfish Server SDK v0.1.0)

Defines Jellyfish.Peer.t/0.

Peer is an entity that connects to the server to publish, subscribe to or publish and subscribe to tracks published by components and other peers. For more information refer to Jellyfish documentation

Link to this section Summary

Types

Id of the peer, unique across within the room.

t()

Stores information about the peer.

Type of the peer.

Link to this section Types

@type id() :: String.t()

Id of the peer, unique across within the room.

@type t() :: %Jellyfish.Peer{id: id(), type: type()}

Stores information about the peer.

@type type() :: String.t()

Type of the peer.

For more information refer to Jellyfish documentation.