[BREAKGLASS] Forwards media from 1 group call device to N group call devices.
Go to file
Jordan Rose 155c74f481
Some checks failed
Security audit / audit (push) Has been cancelled
Bump version for deployment 66
2023-08-16 16:17:29 -07:00
.cargo Ignore cargo-audit warning about 'mach' being unmaintained 2023-03-14 10:22:57 -07:00
.github GitHub: Add stale.yml 2022-12-02 17:45:59 -08:00
.idea/copyright Big Bang 2021-08-30 17:04:20 -07:00
backend Bump version for deployment 66 2023-08-16 16:17:29 -07:00
common Persistance of approved users 2023-08-16 15:45:56 -07:00
docker/bootstrap Update aws sdk 2023-06-20 12:18:25 -07:00
frontend Bump version for deployment 66 2023-08-16 16:17:29 -07:00
.dockerignore Migrate service to GCP 2022-10-19 13:38:47 -07:00
.gitignore Add ability to test via docker compose 2022-12-13 09:05:16 -08:00
BUILDING.md Migrate service to GCP 2022-10-19 13:38:47 -07:00
Cargo.lock Bump version for deployment 66 2023-08-16 16:17:29 -07:00
Cargo.toml Use zkgroup-based authentication for call link GET/PUT 2023-05-08 12:39:13 -07:00
docker-compose.yml Persistance of approved users 2023-08-16 15:45:56 -07:00
LICENSE Big Bang 2021-08-30 17:04:20 -07:00
README.md Add contributing info to README 2023-06-20 14:24:01 -04:00
rust-toolchain Bump Rust toolchain to 1.69.0 2023-05-10 12:57:12 -07:00

Calling Service

Backend

Media forwarding server for group calls. Forwards media from 1 to N devices.

Frontend

Signaling server for group calls that helps direct client requests to appropriate backends.

Contributing

Signal does accept external contributions to this project. However, unless the change is simple and easily understood, for example fixing a bug, adding a new test, or improving performance, first open an issue to discuss your intended change as not all changes can be accepted.

Contributions that will not be used directly by one of Signal's official client apps may still be considered, but only if they do not pose an undue maintenance burden or conflict with the goals of the project.

Signing a CLA (Contributor License Agreement) is required for all contributions.

Thanks

We thank WebRTC for the "googcc" congestion control algorithm (see googcc.rs for more details).

We thank Ilana Volfin, Israel Cohen, and Jitsi for the "Dominant Speaker Identification" algorithm (see audio.rs for more details).

Legal things

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2019-2022 Signal Messenger, LLC

Licensed under AGPLv3 only.