Sha256: 74e4f960fa49000fde7c0a368f6bb65826b8e6e41ae376845daf17a5da99b2af
Contents?: true
Size: 1.11 KB
Versions: 1
Compression:
Stored size: 1.11 KB
Contents
# Code generated by protoc-gen-twirp_ruby 1.10.0, DO NOT EDIT. require 'twirp' require_relative 'livekit_sip_pb.rb' module LiveKit module Proto class SIPService < ::Twirp::Service package 'livekit' service 'SIP' rpc :CreateSIPTrunk, CreateSIPTrunkRequest, SIPTrunkInfo, :ruby_method => :create_s_i_p_trunk rpc :ListSIPTrunk, ListSIPTrunkRequest, ListSIPTrunkResponse, :ruby_method => :list_s_i_p_trunk rpc :DeleteSIPTrunk, DeleteSIPTrunkRequest, SIPTrunkInfo, :ruby_method => :delete_s_i_p_trunk rpc :CreateSIPDispatchRule, CreateSIPDispatchRuleRequest, SIPDispatchRuleInfo, :ruby_method => :create_s_i_p_dispatch_rule rpc :ListSIPDispatchRule, ListSIPDispatchRuleRequest, ListSIPDispatchRuleResponse, :ruby_method => :list_s_i_p_dispatch_rule rpc :DeleteSIPDispatchRule, DeleteSIPDispatchRuleRequest, SIPDispatchRuleInfo, :ruby_method => :delete_s_i_p_dispatch_rule rpc :CreateSIPParticipant, CreateSIPParticipantRequest, SIPParticipantInfo, :ruby_method => :create_s_i_p_participant end class SIPClient < ::Twirp::Client client_for SIPService end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
livekit-server-sdk-0.6.4 | lib/livekit/proto/livekit_sip_twirp.rb |