Skip to content

Commit

Permalink
generated protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2024
1 parent 9535ec0 commit 1ca765d
Show file tree
Hide file tree
Showing 2 changed files with 1,639 additions and 1,660 deletions.
7 changes: 4 additions & 3 deletions livekit-protocol/src/livekit.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// @generated
// This file is @generated by prost-build.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct Room {
Expand Down Expand Up @@ -3036,7 +3037,7 @@ pub struct RegisterWorkerRequest {
/// string worker_id = 2;
#[prost(string, tag="3")]
pub version: ::prost::alloc::string::String,
/// string name = 4 [deprecated = true];
/// string name = 4 \[deprecated = true\];
#[prost(uint32, tag="5")]
pub ping_interval: u32,
#[prost(string, optional, tag="6")]
Expand All @@ -3055,7 +3056,7 @@ pub struct RegisterWorkerResponse {
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct MigrateJobRequest {
/// string job_id = 1 [deprecated = true];
/// string job_id = 1 \[deprecated = true\];
#[prost(string, repeated, tag="2")]
pub job_ids: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
Expand Down Expand Up @@ -3539,7 +3540,7 @@ pub struct CreateIngressRequest {
/// metadata associated with the publishing participant
#[prost(string, tag="10")]
pub participant_metadata: ::prost::alloc::string::String,
/// [depreacted ] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.
/// \[depreacted \] whether to pass through the incoming media without transcoding, only compatible with some input types. Use `enable_transcoding` instead.
#[deprecated]
#[prost(bool, tag="8")]
pub bypass_transcoding: bool,
Expand Down
Loading

0 comments on commit 1ca765d

Please sign in to comment.