Skip to content

Commit

Permalink
Fix compilation errors in C# generated code (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid authored Aug 28, 2023
2 parents 69efafb + ab73a65 commit dae0121
Show file tree
Hide file tree
Showing 7 changed files with 62 additions and 62 deletions.
8 changes: 4 additions & 4 deletions protobuf/video/sfu/event/events.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/video/sfu/event/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "video/sfu/signal_rpc/signal.proto";
option go_package = "github.com/GetStream/protocol/protobuf/video/sfu/event";
option java_multiple_files = true;
option java_outer_classname = "SfuEventsV1";
option csharp_namespace = "Stream.Video.v1.Sfu";
option csharp_namespace = "Stream.Video.v1.Sfu.Events";

// SFUEvent is a message that is sent from the SFU to the client.
message SfuEvent {
Expand Down
6 changes: 3 additions & 3 deletions protobuf/video/sfu/models/models.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/video/sfu/models/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto";
option go_package = "github.com/GetStream/protocol/protobuf/video/sfu/models";
option java_multiple_files = true;
option java_outer_classname = "SfuModelsV1";
option csharp_namespace = "Stream.Video.v1.Sfu";
option csharp_namespace = "Stream.Video.v1.Sfu.Models";

enum PeerType {
// todo fix me (marcelo)
Expand Down
8 changes: 4 additions & 4 deletions protobuf/video/sfu/signal_rpc/signal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protobuf/video/sfu/signal_rpc/signal.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "video/sfu/models/models.proto";
option go_package = "github.com/GetStream/protocol/protobuf/video/sfu/signal_rpc";
option java_multiple_files = true;
option java_outer_classname = "SfuSignalV1";
option csharp_namespace = "Stream.Video.v1.Sfu";
option csharp_namespace = "Stream.Video.v1.Sfu.Signal";

service SignalServer {

Expand Down
96 changes: 48 additions & 48 deletions protobuf/video/sfu/signal_rpc/signal.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dae0121

Please sign in to comment.