Skip to content

Commit

Permalink
Merge pull request #24 from fanap-infra/add-reconnecting-packet-type
Browse files Browse the repository at this point in the history
add reconnecting packet type
  • Loading branch information
mohammadVatandoost authored Sep 6, 2021
2 parents 34cba89 + 7acaf91 commit 0c03b63
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 33 deletions.
67 changes: 34 additions & 33 deletions pkg/media/media.pb.go

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

1 change: 1 addition & 0 deletions pkg/media/media.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ enum PacketType{
PacketEOF = 4;
PacketStop = 5;
PacketWebRTC = 6;
PacketReconnectingAlert = 7; // reconnecting alert
}

message Event {
Expand Down

0 comments on commit 0c03b63

Please sign in to comment.