Skip to content

Commit

Permalink
remove UpdateOutputs
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Oct 24, 2023
1 parent ba17d34 commit 4a09777
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pkg/pipeline/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
"github.com/livekit/protocol/rpc"
"github.com/livekit/protocol/tracer"
"github.com/livekit/protocol/utils"
"github.com/livekit/psrpc"
)

const (
Expand Down Expand Up @@ -314,13 +313,6 @@ func (c *Controller) UpdateStream(ctx context.Context, req *livekit.UpdateStream
return errs.ToError()
}

func (c *Controller) UpdateOutputs(ctx context.Context, req *livekit.UpdateOutputsRequest) error {
ctx, span := tracer.Start(ctx, "Pipeline.UpdateOutputs")
defer span.End()

return psrpc.NewErrorf(psrpc.Unimplemented, "Updating outputs unimplemented")
}

func (c *Controller) removeSink(ctx context.Context, url string, streamErr error) error {
now := time.Now().UnixNano()

Expand Down

0 comments on commit 4a09777

Please sign in to comment.