Code Monkey home page Code Monkey logo

Comments (2)

fkwp avatar fkwp commented on June 2, 2024

Can you pls provide further information. Is it a self hosted deployments or using matrix.org. In case of self hosted: Can you pls share your configuration of the full stack (SFU, JWT-Service, Element Web/Desktop)

from element-call.

MomentQYC avatar MomentQYC commented on June 2, 2024

Can you pls provide further information. Is it a self hosted deployments or using matrix.org. In case of self hosted: Can you pls share your configuration of the full stack (SFU, JWT-Service, Element Web/Desktop)

Synapse

server_name: (server)
report_stats: false
pid_file: "/var/run/matrix-synapse.pid"
listeners:
  - port: 8008
    tls: false
    type: http
    x_forwarded: true
    bind_addresses: ['::1', '127.0.0.1']
    resources:
      - names: [client, federation]
        compress: false
database:
  name: psycopg2
  args:
    user: synapse_user
    password: (secret)
    database: synapse
    host: 127.0.0.1
    cp_min: 5
    cp_max: 10
macaroon_secret_key: (secret)
log_config: "/etc/matrix-synapse/log.yaml"
serve_server_wellknown: true
media_store_path: /var/lib/matrix-synapse/media
signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
trusted_key_servers: []
max_avatar_size: 2M
allowed_avatar_mimetypes: ["image/png", "image/jpeg", "image/gif", "image/webp"]
federation_client_minimum_tls_version: 1.2
max_upload_size: 3M
enable_registration: true
session_lifetime: 696h
track_appservice_user_ips: true
turn_uris: [(secret)]
turn_shared_secret: "(secret)"
turn_user_lifetime: 86400000
turn_allow_guests: True
redis:
    enabled: true
    host: 127.0.0.1
    port: 6379
    password: (secret)
enable_registration_without_verification: true
enable_media_repo: true
media_storage_providers:
- module: s3_storage_provider.S3StorageProviderBackend
  store_local: False
  store_remote: True
  store_synchronous: True
  config:
    bucket: element-call
    #bucket: hashi
    # All of the below options are optional, for use with non-AWS S3-like
    # services, or to specify access tokens here instead of some external method.
    region_name: (secret)
    #region_name: (secret)
    #endpoint_url: (secret)
    endpoint_url: (secret)
    access_key_id: (secret)
    #access_key_id: (secret)
    #secret_access_key: (secret)
    secret_access_key: (secret)

    # The object storage class used when uploading files to the bucket.
    # Default is STANDARD.
    #storage_class: "STANDARD_IA"

    # The maximum number of concurrent threads which will be used to connect
    # to S3. Each thread manages a single connection. Default is 40.
    #
    #threadpool_size: 20
forgotten_room_retention_period: 7d
media_retention:
    local_media_lifetime: 7d
    remote_media_lifetime: 3d

experimental:
    msc3266_enabled: true

SFU livekit with default config

JWT-Service

LIVEKIT_URL="ws://127.0.0.1:7880"
LIVEKIT_KEY=(secret)
LIVEKIT_SECRET=(secret)

Element-Call

{
    "default_server_config": {
        "m.homeserver": {
            "base_url": "(server)",
            "server_name": "(server)"
        }
    },
    "livekit": {
        "livekit_service_url": "(JWT-Service)"
    }
}

from element-call.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.