-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Use livekit's Rust SDK instead of their swift SDK, take 2 #20826
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cla-bot
bot
added
the
cla-signed
The user has signed the Contributor License Agreement
label
Nov 18, 2024
SomeoneToIgnore
force-pushed
the
livekit-rust-sdk
branch
2 times, most recently
from
November 19, 2024 14:09
7e17646
to
b5b7ad2
Compare
SomeoneToIgnore
force-pushed
the
livekit-rust-sdk
branch
from
November 19, 2024 14:09
b5b7ad2
to
0077602
Compare
SomeoneToIgnore
force-pushed
the
livekit-rust-sdk
branch
from
November 19, 2024 16:57
2706b15
to
453112d
Compare
SomeoneToIgnore
force-pushed
the
livekit-rust-sdk
branch
from
November 20, 2024 03:44
453112d
to
22d10c2
Compare
mgsloan
force-pushed
the
livekit-rust-sdk
branch
from
November 26, 2024 00:33
814d5b5
to
5e192f7
Compare
mikayla-maki
force-pushed
the
livekit-rust-sdk
branch
3 times, most recently
from
November 27, 2024 06:11
a242c16
to
841262d
Compare
mikayla-maki
force-pushed
the
livekit-rust-sdk
branch
from
November 27, 2024 07:13
841262d
to
8b6408f
Compare
mikayla-maki
force-pushed
the
livekit-rust-sdk
branch
2 times, most recently
from
November 27, 2024 19:51
ac57804
to
f980bda
Compare
mgsloan
force-pushed
the
livekit-rust-sdk
branch
from
December 1, 2024 08:01
5af8e26
to
73e343c
Compare
mgsloan
force-pushed
the
livekit-rust-sdk
branch
from
December 2, 2024 17:07
458ae9a
to
454f380
Compare
1 task
mgsloan
force-pushed
the
livekit-rust-sdk
branch
from
December 3, 2024 20:23
a07c270
to
3861d07
Compare
mikayla-maki
force-pushed
the
livekit-rust-sdk
branch
from
December 4, 2024 00:11
1a0db76
to
39069ad
Compare
mgsloan
force-pushed
the
livekit-rust-sdk
branch
from
December 4, 2024 18:40
c0a0887
to
afa01a2
Compare
SomeoneToIgnore
force-pushed
the
livekit-rust-sdk
branch
from
December 4, 2024 21:34
87018b2
to
afa01a2
Compare
mikayla-maki
added a commit
that referenced
this pull request
Dec 5, 2024
…#21550) Similar to #20826 but keeps the Swift implementation. There were quite a few changes in the `call` crate, and so that code now has two variants. Closes #13714 Release Notes: - Added preliminary Linux support for voice chat and viewing screenshares. --------- Co-authored-by: Kirill Bulatov <mail4score@gmail.com> Co-authored-by: Kirill Bulatov <kirill@zed.dev> Co-authored-by: Mikayla <mikayla@zed.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cla-signed
The user has signed the Contributor License Agreement
run-bundling
Configures PR to run the bundle step
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Another take, applying #13343 and whatever fixes on top needed for it to be better
rtc::ToString
instead ofstd::to_string
inSocketAddress::PortAsString()
webrtc-sdk/webrtc#156Release Notes: