class RubyRabbitmqJanus::Errors::Janus::Responses::Standard::SDP
Public Class Methods
new()
click to toggle source
Calls superclass method
RubyRabbitmqJanus::Errors::Janus::Responses::Standard::Base::new
# File lib/rrj/errors/janus/responses/standard.rb, line 57 def initialize super 'Error reading SDP (jsep > sdp in response)' end