class RubyRabbitmqJanus::Errors::Janus::Responses::Standard::SDP

Public Class Methods

new() click to toggle source
# File lib/rrj/errors/janus/responses/standard.rb, line 57
def initialize
  super 'Error reading SDP (jsep > sdp in response)'
end