Skip to content

Widget test#1

Open
AurimasG12 wants to merge 2 commits intodevelopfrom
feature/widget-test
Open

Widget test#1
AurimasG12 wants to merge 2 commits intodevelopfrom
feature/widget-test

Conversation

@AurimasG12
Copy link

@AurimasG12 AurimasG12 commented Dec 16, 2025

To run the project you need to rename config.sample.json to config.json and replace it's contents by provided below.
Test users -
username: test password: .aurimas!
username: test2 password .aurimas!

Config sample:

{
    "default_server_config": {
        "m.homeserver": {
            "base_url": "https://matrix-guest.meedio.net",
            "server_name": "Meedio guest server"
        },
        "m.identity_server": {
            "base_url": "https://is.meedio.net"
        }
    },
    "disable_custom_urls": false,
    "disable_guests": false,
    "disable_login_language_selector": false,
    "disable_3pid_login": false,
    "force_verification": false,
    "brand": "Meedio",
    "integrations_ui_url": "https://scalar.vector.im/",
    "integrations_rest_url": "https://scalar.vector.im/api",
    "integrations_widgets_urls": [
        "https://scalar.vector.im/_matrix/integrations/v1",
        "https://scalar.vector.im/api",
        "https://scalar-staging.vector.im/_matrix/integrations/v1",
        "https://scalar-staging.vector.im/api"
    ],
    "default_widget_container_height": 280,
    "default_country_code": "GB",
    "show_labs_settings": false,
    "features": {
        "feature_group_calls": true,
        "feature_element_call_video_rooms": true
    },
    "default_federate": true,
    "default_theme": "light",
    "room_directory": {
        "servers": ["matrix.org"]
    },
    "enable_presence_by_hs_url": {
        "https://matrix.org": false,
        "https://matrix-client.matrix.org": false
    },
    "Developer": {
        "elementCallUrl": "http://localhost:3000/widget/video"
    },
    "setting_defaults": {
        "breadcrumbs": true
    },
    "jitsi": {
        "preferred_domain": "meet.element.io"
    },
    "element_call": {
        "url": "http://localhost:3000/widget/video",
        "participant_limit": 8,
        "brand": "Meedio Call",
        "use_exclusively": true
    },
    "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}

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.

1 participant