diff --git a/lib/src/proto/livekit_rtc.pb.dart b/lib/src/proto/livekit_rtc.pb.dart index 6636ac8..dd83aec 100644 --- a/lib/src/proto/livekit_rtc.pb.dart +++ b/lib/src/proto/livekit_rtc.pb.dart @@ -1310,6 +1310,11 @@ class JoinResponse extends $pb.GeneratedMessage { ? '' : 'clientConfiguration', subBuilder: $0.ClientConfiguration.create) + ..aOS( + 9, + const $core.bool.fromEnvironment('protobuf.omit_field_names') + ? '' + : 'serverRegion') ..hasRequiredFields = false; JoinResponse._() : super(); @@ -1322,6 +1327,7 @@ class JoinResponse extends $pb.GeneratedMessage { $core.bool? subscriberPrimary, $core.String? alternativeUrl, $0.ClientConfiguration? clientConfiguration, + $core.String? serverRegion, }) { final _result = create(); if (room != null) { @@ -1348,6 +1354,9 @@ class JoinResponse extends $pb.GeneratedMessage { if (clientConfiguration != null) { _result.clientConfiguration = clientConfiguration; } + if (serverRegion != null) { + _result.serverRegion = serverRegion; + } return _result; } factory JoinResponse.fromBuffer($core.List<$core.int> i, @@ -1460,6 +1469,18 @@ class JoinResponse extends $pb.GeneratedMessage { void clearClientConfiguration() => clearField(8); @$pb.TagNumber(8) $0.ClientConfiguration ensureClientConfiguration() => $_ensure(7); + + @$pb.TagNumber(9) + $core.String get serverRegion => $_getSZ(8); + @$pb.TagNumber(9) + set serverRegion($core.String v) { + $_setString(8, v); + } + + @$pb.TagNumber(9) + $core.bool hasServerRegion() => $_has(8); + @$pb.TagNumber(9) + void clearServerRegion() => clearField(9); } class TrackPublishedResponse extends $pb.GeneratedMessage { diff --git a/lib/src/proto/livekit_rtc.pbjson.dart b/lib/src/proto/livekit_rtc.pbjson.dart index f021858..1196fd7 100644 --- a/lib/src/proto/livekit_rtc.pbjson.dart +++ b/lib/src/proto/livekit_rtc.pbjson.dart @@ -437,12 +437,13 @@ const JoinResponse$json = const { '6': '.livekit.ClientConfiguration', '10': 'clientConfiguration' }, + const {'1': 'server_region', '3': 9, '4': 1, '5': 9, '10': 'serverRegion'}, ], }; /// Descriptor for `JoinResponse`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List joinResponseDescriptor = $convert.base64Decode( - 'CgxKb2luUmVzcG9uc2USIQoEcm9vbRgBIAEoCzINLmxpdmVraXQuUm9vbVIEcm9vbRI6CgtwYXJ0aWNpcGFudBgCIAEoCzIYLmxpdmVraXQuUGFydGljaXBhbnRJbmZvUgtwYXJ0aWNpcGFudBJHChJvdGhlcl9wYXJ0aWNpcGFudHMYAyADKAsyGC5saXZla2l0LlBhcnRpY2lwYW50SW5mb1IRb3RoZXJQYXJ0aWNpcGFudHMSJQoOc2VydmVyX3ZlcnNpb24YBCABKAlSDXNlcnZlclZlcnNpb24SMwoLaWNlX3NlcnZlcnMYBSADKAsyEi5saXZla2l0LklDRVNlcnZlclIKaWNlU2VydmVycxItChJzdWJzY3JpYmVyX3ByaW1hcnkYBiABKAhSEXN1YnNjcmliZXJQcmltYXJ5EicKD2FsdGVybmF0aXZlX3VybBgHIAEoCVIOYWx0ZXJuYXRpdmVVcmwSTwoUY2xpZW50X2NvbmZpZ3VyYXRpb24YCCABKAsyHC5saXZla2l0LkNsaWVudENvbmZpZ3VyYXRpb25SE2NsaWVudENvbmZpZ3VyYXRpb24='); + 'CgxKb2luUmVzcG9uc2USIQoEcm9vbRgBIAEoCzINLmxpdmVraXQuUm9vbVIEcm9vbRI6CgtwYXJ0aWNpcGFudBgCIAEoCzIYLmxpdmVraXQuUGFydGljaXBhbnRJbmZvUgtwYXJ0aWNpcGFudBJHChJvdGhlcl9wYXJ0aWNpcGFudHMYAyADKAsyGC5saXZla2l0LlBhcnRpY2lwYW50SW5mb1IRb3RoZXJQYXJ0aWNpcGFudHMSJQoOc2VydmVyX3ZlcnNpb24YBCABKAlSDXNlcnZlclZlcnNpb24SMwoLaWNlX3NlcnZlcnMYBSADKAsyEi5saXZla2l0LklDRVNlcnZlclIKaWNlU2VydmVycxItChJzdWJzY3JpYmVyX3ByaW1hcnkYBiABKAhSEXN1YnNjcmliZXJQcmltYXJ5EicKD2FsdGVybmF0aXZlX3VybBgHIAEoCVIOYWx0ZXJuYXRpdmVVcmwSTwoUY2xpZW50X2NvbmZpZ3VyYXRpb24YCCABKAsyHC5saXZla2l0LkNsaWVudENvbmZpZ3VyYXRpb25SE2NsaWVudENvbmZpZ3VyYXRpb24SIwoNc2VydmVyX3JlZ2lvbhgJIAEoCVIMc2VydmVyUmVnaW9u'); @$core.Deprecated('Use trackPublishedResponseDescriptor instead') const TrackPublishedResponse$json = const { '1': 'TrackPublishedResponse', diff --git a/pubspec.lock b/pubspec.lock index daa50f0..16d3641 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,14 +7,14 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "34.0.0" + version: "36.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "3.2.0" + version: "3.3.1" args: dependency: transitive description: @@ -71,13 +71,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" clock: dependency: transitive description: @@ -133,7 +126,7 @@ packages: name: device_info_plus url: "https://pub.dartlang.org" source: hosted - version: "3.2.1" + version: "3.2.2" device_info_plus_linux: dependency: transitive description: @@ -302,7 +295,7 @@ packages: name: mockito url: "https://pub.dartlang.org" source: hosted - version: "5.0.17" + version: "5.1.0" package_config: dependency: transitive description: @@ -323,21 +316,21 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.8" + version: "2.0.9" path_provider_android: dependency: transitive description: name: path_provider_android url: "https://pub.dartlang.org" source: hosted - version: "2.0.11" + version: "2.0.12" path_provider_ios: dependency: transitive description: name: path_provider_ios url: "https://pub.dartlang.org" source: hosted - version: "2.0.7" + version: "2.0.8" path_provider_linux: dependency: transitive description: @@ -482,7 +475,7 @@ packages: name: uuid url: "https://pub.dartlang.org" source: hosted - version: "3.0.5" + version: "3.0.6" vector_math: dependency: transitive description: @@ -510,7 +503,7 @@ packages: name: win32 url: "https://pub.dartlang.org" source: hosted - version: "2.3.11" + version: "2.4.1" xdg_directories: dependency: transitive description: @@ -527,4 +520,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.15.0 <3.0.0" - flutter: ">=2.5.0" + flutter: ">=2.8.0"