Jerboa v0.3.0 Jerboa.ChannelData

Data structure representing data sent over TURN channel

Summary

Types

t()

The main data structure representing data sent over TURN channel

Types

t()
t() :: %Jerboa.ChannelData{channel_number: Jerboa.Format.channel_number, data: binary}

The main data structure representing data sent over TURN channel

  • :number is a number of channel which data came from
  • :data is a raw binary data