List

To see (list) your current default room properties -> execute a GET request against the root / endpoint.

Request

curl --request GET \
  --url https://api.digitalsamba.com/api/v1 \
  --user YOUR_TEAM_ID:YOUR_DEVELOPER_KEY

Response (200 OK)

{
    "id": "c4fa4435-1381-4fd4-8bef-38a25da7eee1",
    "domain": "myTeamNameHere",
    "topbar_enabled": true,
    "toolbar_enabled": true,
    "toolbar_position": "bottom",
    "toolbar_color": "#000000",
    "primary_color": "#3771E0",
    "background_color": "#000000",
    "palette_mode": "light",
    "language": "en",
    "language_selection_enabled": true,
    "audio_on_join_enabled": true,
    "video_on_join_enabled": true,
    "screenshare_enabled": true,
    "participants_list_enabled": true,
    "chat_enabled": true,
    "pin_enabled": true,
    "full_screen_enabled": true,
    "minimize_own_tile_enabled": true,
    "minimize_own_tile_on_join_enabled": false,
    "end_session_enabled": true,
    "e2ee_enabled": false,
    "layout_mode_switch_enabled": true,
    "captions_enabled": false,
    "simple_notifications_enabled": true,
    "join_screen_enabled": true,
    "logo_enabled": false,
    "recordings_enabled": true,
    "recording_logo_enabled": true,
    "virtual_backgrounds_enabled": true,
    "raise_hand_enabled": true,
    "used_participation_minutes": 570,
    "subscription_start": "2023-01-24 15:20:44",
    "subscription_end": "2023-02-24 15:20:44"
}

Last updated