1. Support
  2. Eyeson for Salesforce

Where can I change the general settings?

The general settings for the meeting room are in the Custom Metadata Types

  1. Go to Setup 
  2. Search for Custom Metadata Types.
  3. Click on Eyeson Meeting Setting and on the Edit button.
  4. Make sure that the Options are well formed. (example below)

{  "show_names": true,
  "show_label": true,
  "exit_url": "https://eyeson-dev-ed.develop.my.salesforce-sites.com/apex/ThankYou",
  "recording_available": true,
  "broadcast_available": false,
  "reaction_available": false,
  "layout_available": true,
  "guest_token_available": true,
  "lock_available": false,
  "kick_available": true,
  "sfu_mode": "ptp",
  "widescreen": true,
  "audio_insert": "audio_only",
  "audio_insert_position": { "x": 123, "y": 222 },
  "custom_fields": {
    "locale": "en",
    "logo": "https://www.eyeson.com/hubfs/eyeson_logo_black.svg",
    "hide_chat": false,
    "virtual_background": false,
    "virtual_background_allow_guest": false,
    "hide_screenshare": true   }
}

For more details on the options please visit the API documentation.