Skip to content

chore: regenerate protobuf #930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
346 changes: 183 additions & 163 deletions packages/stream_video/lib/protobuf/video/sfu/event/events.pb.dart

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: video/sfu/event/events.proto
//
// @dart = 2.12
// @dart = 3.3

// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: video/sfu/event/events.proto
//
// @dart = 2.12
// @dart = 3.3

// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names, library_prefixes
Expand Down Expand Up @@ -671,6 +671,7 @@ const ReconnectDetails$json = {
'5': 9,
'10': 'previousSessionId'
},
{'1': 'reason', '3': 8, '4': 1, '5': 9, '10': 'reason'},
],
};

Expand All @@ -683,7 +684,7 @@ final $typed_data.Uint8List reconnectDetailsDescriptor = $convert.base64Decode(
'aWduYWwuVHJhY2tTdWJzY3JpcHRpb25EZXRhaWxzUg1zdWJzY3JpcHRpb25zEisKEXJlY29ubm'
'VjdF9hdHRlbXB0GAUgASgNUhByZWNvbm5lY3RBdHRlbXB0Eh4KC2Zyb21fc2Z1X2lkGAYgASgJ'
'Uglmcm9tU2Z1SWQSLgoTcHJldmlvdXNfc2Vzc2lvbl9pZBgHIAEoCVIRcHJldmlvdXNTZXNzaW'
'9uSWQ=');
'9uSWQSFgoGcmVhc29uGAggASgJUgZyZWFzb24=');

@$core.Deprecated('Use migrationDescriptor instead')
const Migration$json = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Generated code. Do not modify.
// source: video/sfu/event/events.proto
//
// @dart = 2.12
// @dart = 3.3

// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
Expand Down
Loading