Skip to content

Commit

Permalink
Update server.go (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish authored May 30, 2021
1 parent 9139714 commit c767713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/signal/grpc/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (s *SFUServer) Signal(stream pb.SFU_SignalServer) error {
}

_, nopub := payload.Join.Config["NoPublish"]
_, nosub := payload.Join.Config["NoSublish"]
_, nosub := payload.Join.Config["NoSubscribe"]
_, relay := payload.Join.Config["Relay"]

cfg := sfu.JoinConfig{
Expand Down

0 comments on commit c767713

Please sign in to comment.