Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

livekit-ffi: add DisconnectReason #385

Merged
merged 3 commits into from
Aug 2, 2024
Merged

livekit-ffi: add DisconnectReason #385

merged 3 commits into from
Aug 2, 2024

Conversation

nbsp
Copy link
Member

@nbsp nbsp commented Aug 2, 2024

updates livekit-protocol to latest main

@@ -518,6 +518,7 @@ impl SessionInner {
})
.unwrap(),
target: target as i32,
r#final: false,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unsure about this one, lmk if it needs to be taken from somewhere

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like it is unused on client-sdk-js
what you can do is to put ..Default::default() instead of false.

Copy link
Member

@theomonnom theomonnom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome thanks!

@nbsp nbsp merged commit 8045919 into main Aug 2, 2024
11 of 17 checks passed
@nbsp nbsp deleted the nbsp/add/disconnect-reason branch August 2, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants