owner-server.video

Video Kurento server

type

object

properties

  • templateId

The id of the template to use for this file

type

string

  • templateVariables

The variables and their values to be replaced from the template

type

object

additionalProperties

  • variablesFiles

The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files.

type

array

items

type

string

  • isTemplateGeneratedByOspComposer

If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation.

type

boolean

  • moduleId

The reference to the owner of the kurento server

type

string

  • url

The url of the Kurento server (can be a hostname).

type

string

  • turnServers

The url of the Kurento server (can be a hostname).

type

array

items

TurnServerConfiguration

additionalProperties

False

TurnServerConfiguration

type

object

properties

  • url

The url of the turn server.

type

string

  • username

The username for the turn server.

type

string

  • passwordProvider

The password for the turn server.

oneOf

PLAINTEXT

SECRET

additionalProperties

False

PLAINTEXT

type

object

properties

  • type

type

string

enum

PLAINTEXT

default

PLAINTEXT

  • password

The password to use in plaintext. It can be for example thisIs@TestPassword123.

type

string

additionalProperties

False

SECRET

type

object

properties

  • type

type

string

enum

SECRET

default

SECRET

  • secretPath

The path of the secret containing the password. This is a path to the secret containing the password.

type

string

additionalProperties

False