Sha256: 209c08fb2d7f32000a0c9a72d2b553bc3ca18d237d1b4b131bdc319573028a87
Contents?: true
Size: 781 Bytes
Versions: 3
Compression:
Stored size: 781 Bytes
Contents
# Code generated by protoc-gen-twirp_ruby 1.9.0, DO NOT EDIT. require 'twirp' require_relative 'livekit_recording_pb.rb' module LiveKit module Proto class RecordingServiceService < Twirp::Service package 'livekit' service 'RecordingService' rpc :StartRecording, StartRecordingRequest, StartRecordingResponse, :ruby_method => :start_recording rpc :AddOutput, AddOutputRequest, Google::Protobuf::Empty, :ruby_method => :add_output rpc :RemoveOutput, RemoveOutputRequest, Google::Protobuf::Empty, :ruby_method => :remove_output rpc :EndRecording, EndRecordingRequest, Google::Protobuf::Empty, :ruby_method => :end_recording end class RecordingServiceClient < Twirp::Client client_for RecordingServiceService end end end
Version data entries
3 entries across 3 versions & 1 rubygems