somleng/somleng-adhearsion

View on GitHub
components/app/app/jobs/notify_media_stream_event_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NotifyMediaStreamEventJob
  include SuckerPunch::Job

  def perform(client, data)
    client.notify_media_stream_event(data)
  end
end