riot-embedded icon indicating copy to clipboard operation
riot-embedded copied to clipboard

Add support for display name, initial value and url parameters

Open ajayyy opened this issue 3 years ago • 0 comments

  • displayName (string) - Display name of user, useful when using guest accounts
  • composerIntialValue (string) - Initial value of the composer for prepoulating a sample message
  • signInPrompt (string) - Show sign in prompts
    • 'none' - Never show (default)
    • 'guests' - Show if signed in as guest
    • 'all' - Always show
  • urlParameters (boolean) - Allow adding to config with url prameters (#displayName=Something)
    • 'true' (default)
    • 'false'

ajayyy avatar Jul 28 '21 18:07 ajayyy