Method: Dato::LiveStream#frame_id

Defined in:
app/components/dato/live_stream.rb

#frame_idObject



23
24
25
# File 'app/components/dato/live_stream.rb', line 23

def frame_id
  @frame_id ||= SecureRandom.hex(10)
end