Skip to content

Commit

Permalink
Report failure when WHIP handler fails to initialize (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
biglittlebigben authored Jun 26, 2024
1 parent b93453d commit 095cccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/whip/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ func (s *WHIPServer) createStream(streamKey string, sdpOffer string) (string, st

sdpResponse, err := h.Init(ctx, p, sdpOffer)
if err != nil {
ready(nil, err)
return "", "", err
}

Expand Down

0 comments on commit 095cccb

Please sign in to comment.