Skip to content

Commit

Permalink
fix none
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Dec 22, 2024
1 parent dff667c commit 47a6e95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion livekit-ffi/src/conversion/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ impl From<proto::data_stream::Header> for livekit_protocol::data_stream::Header
topic: msg.topic,
mime_type: msg.mime_type,
total_length: msg.total_length,
total_chunks: None(),
total_chunks: None,
extensions: msg.extensions,
content_header,
encryption_type: 0,
Expand Down
10 changes: 0 additions & 10 deletions livekit-ffi/src/server/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ struct FfiTranscriptionSegment {
language: String,
}

struct FfiStreamHeader {
header: proto::data_stream::Header,
async_id: u64,
}

struct FfiStreamChunk {
chunk: proto::data_stream::Chunk,
async_id: u64,
}

struct FfiSipDtmfPacket {
payload: SipDTMF,
async_id: u64,
Expand Down

0 comments on commit 47a6e95

Please sign in to comment.