Skip to content

Commit 1edabe8

Browse files
Delete v2 signalling (#1150)
* Delete v2 signalling * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1b7e38e commit 1edabe8

23 files changed

+146
-3304
lines changed

livekit/livekit_models.pb.go

Lines changed: 144 additions & 307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit/livekit_rtc_v2.pb.go

Lines changed: 0 additions & 976 deletions
This file was deleted.

magefile.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ func Proto() error {
5656
"livekit_internal.proto",
5757
"livekit_models.proto",
5858
"livekit_rtc.proto",
59-
"livekit_rtc_v2.proto",
6059
"livekit_webhook.proto",
6160
"livekit_metrics.proto",
6261
}
@@ -75,8 +74,6 @@ func Proto() error {
7574
"rpc/room.proto",
7675
"rpc/roommanager.proto",
7776
"rpc/signal.proto",
78-
"rpc/signalv2.proto",
79-
"rpc/signalv2_types.proto",
8077
"rpc/whip_signal.proto",
8178
"rpc/sip.proto",
8279
}

packages/javascript/src/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export * from "./gen/livekit_metrics_pb.js";
77
export * from "./gen/livekit_models_pb.js";
88
export * from "./gen/livekit_room_pb.js";
99
export * from "./gen/livekit_rtc_pb.js";
10-
export * from "./gen/livekit_rtc_v2_pb.js";
1110
export * from "./gen/livekit_sip_pb.js";
1211
export * from "./gen/livekit_webhook_pb.js";
1312
export * from "./gen/version.js";

packages/javascript/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export * from "./gen/livekit_metrics_pb.js";
88
export * from "./gen/livekit_models_pb.js";
99
export * from "./gen/livekit_room_pb.js";
1010
export * from "./gen/livekit_rtc_pb.js";
11-
export * from "./gen/livekit_rtc_v2_pb.js";
1211
export * from "./gen/livekit_sip_pb.js";
1312
export * from "./gen/livekit_webhook_pb.js";
1413
export * from "./gen/version.js";

protobufs/livekit_models.proto

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ message TrackInfo {
232232
TimedVersion version = 18;
233233
repeated AudioTrackFeature audio_features = 19;
234234
BackupCodecPolicy backup_codec_policy = 20;
235-
VideoLayer.Mode video_mode = 21;
236235
}
237236

238237
enum VideoQuality {
@@ -244,13 +243,6 @@ enum VideoQuality {
244243

245244
// provide information about available spatial layers
246245
message VideoLayer {
247-
enum Mode {
248-
UNUSED = 0;
249-
STANDARD = 1;
250-
SIMULCAST = 2;
251-
SVC = 3;
252-
}
253-
254246
// for tracks with a single layer, this should be HIGH
255247
VideoQuality quality = 1;
256248
uint32 width = 2;
@@ -727,13 +719,3 @@ message WebhookConfig {
727719
string url = 1;
728720
string signing_key = 2;
729721
}
730-
731-
message Fragment {
732-
uint32 packet_id = 1; // all fragments of a packet will have the same id
733-
uint32 fragment_number = 2; // should start at 1
734-
uint32 num_fragments = 3;
735-
uint32 fragment_size = 4;
736-
uint32 total_size = 5;
737-
bytes data = 6;
738-
}
739-

protobufs/livekit_rtc_v2.proto

Lines changed: 0 additions & 106 deletions
This file was deleted.

protobufs/rpc/signalv2.proto

Lines changed: 0 additions & 63 deletions
This file was deleted.

protobufs/rpc/signalv2_types.proto

Lines changed: 0 additions & 50 deletions
This file was deleted.

rpc/signalv2.pb.go

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)