Skip to content

Commit

Permalink
bump to protocol 9 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Oct 18, 2023
1 parent df6d5e1 commit a88ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-api/src/signal_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub type SignalEvents = mpsc::UnboundedReceiver<SignalEvent>;
pub type SignalResult<T> = Result<T, SignalError>;

pub const JOIN_RESPONSE_TIMEOUT: Duration = Duration::from_secs(5);
pub const PROTOCOL_VERSION: u32 = 8;
pub const PROTOCOL_VERSION: u32 = 9;

#[derive(Error, Debug)]
pub enum SignalError {
Expand Down

0 comments on commit a88ecf3

Please sign in to comment.