Skip to content

Commit 753fc14

Browse files
committed
1 parent 22c4bee commit 753fc14

File tree

19 files changed

+16
-45
lines changed

19 files changed

+16
-45
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ members = [
1212
"rtc-srtp",
1313
"rtc-stun",
1414
"rtc-turn",
15-
"reserved/ortc",
1615
"reserved/rtc-interceptor",
1716
"reserved/rtc-mdns",
1817
"reserved/rtc-media",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</a>
2424
</p>
2525
<p align="center">
26-
ORTC in Rust with Sans-IO
26+
RTC in Rust with Sans-IO
2727
</p>
2828

2929
## RTC Crates

reserved/ortc/Cargo.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

reserved/ortc/src/lib.rs

Lines changed: 0 additions & 14 deletions
This file was deleted.

reserved/rtc-interceptor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC Interceptor in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-interceptor"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-interceptor"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-interceptor"
1111

1212
[dependencies]
1313

reserved/rtc-mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC mDNS in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-mdns"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-mdns"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-mdns"
1111

1212
[dependencies]
1313

reserved/rtc-media/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC Media in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-media"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/reserved/rtc-media"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/reserved/rtc-media"
1111

1212
[dependencies]
1313

rtc-datachannel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC DataChannel in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-datachannel"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-datachannel"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-datachannel"
1111

1212
[dependencies]
1313
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["marshal"] }

rtc-dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC DTLS in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-dtls"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-dtls"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-dtls"
1111

1212
[dependencies]
1313
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = ["crypto", "replay"] }

rtc-ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "RTC ICE in Rust"
77
license = "MIT/Apache-2.0"
88
documentation = "https://docs.rs/rtc-ice"
99
homepage = "https://ortc.rs"
10-
repository = "https://github.com/webrtc-rs/ortc/tree/master/rtc-ice"
10+
repository = "https://github.com/webrtc-rs/rtc/tree/master/rtc-ice"
1111

1212
[dependencies]
1313
shared = { version = "0.2.0", path = "../rtc-shared", package = "rtc-shared", default-features = false, features = [] }

0 commit comments

Comments
 (0)