Skip to content

Commit

Permalink
fixup! feat(tool,nextcloud): Add spreed
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin committed Oct 29, 2023
1 parent 42c2c97 commit b1530a0
Show file tree
Hide file tree
Showing 10 changed files with 1,894 additions and 1,420 deletions.
2 changes: 1 addition & 1 deletion external/nextcloud-spreed
325 changes: 204 additions & 121 deletions packages/nextcloud/lib/src/api/core.openapi.dart

Large diffs are not rendered by default.

994 changes: 568 additions & 426 deletions packages/nextcloud/lib/src/api/core.openapi.g.dart

Large diffs are not rendered by default.

290 changes: 149 additions & 141 deletions packages/nextcloud/lib/src/api/core.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1067,177 +1067,185 @@
}
},
"SpreedPublicCapabilities": {
"type": "object",
"required": [
"spreed"
],
"properties": {
"spreed": {
"oneOf": [
{
"type": "object",
"required": [
"features",
"config",
"version"
"spreed"
],
"properties": {
"features": {
"type": "array",
"items": {
"type": "string"
}
},
"config": {
"spreed": {
"type": "object",
"required": [
"attachments",
"call",
"chat",
"conversations",
"previews",
"signaling"
"features",
"config",
"version"
],
"properties": {
"attachments": {
"type": "object",
"required": [
"allowed"
],
"properties": {
"allowed": {
"type": "boolean"
},
"folder": {
"type": "string"
}
"features": {
"type": "array",
"items": {
"type": "string"
}
},
"call": {
"config": {
"type": "object",
"required": [
"enabled",
"breakout-rooms",
"recording",
"supported-reactions",
"predefined-backgrounds",
"can-upload-background"
"attachments",
"call",
"chat",
"conversations",
"previews",
"signaling"
],
"properties": {
"enabled": {
"type": "boolean"
},
"breakout-rooms": {
"type": "boolean"
},
"recording": {
"type": "boolean"
},
"recording-consent": {
"type": "integer",
"format": "int64"
},
"supported-reactions": {
"type": "array",
"items": {
"type": "string"
"attachments": {
"type": "object",
"required": [
"allowed"
],
"properties": {
"allowed": {
"type": "boolean"
},
"folder": {
"type": "string"
}
}
},
"predefined-backgrounds": {
"type": "array",
"items": {
"type": "string"
"call": {
"type": "object",
"required": [
"enabled",
"breakout-rooms",
"recording",
"supported-reactions",
"predefined-backgrounds",
"can-upload-background"
],
"properties": {
"enabled": {
"type": "boolean"
},
"breakout-rooms": {
"type": "boolean"
},
"recording": {
"type": "boolean"
},
"recording-consent": {
"type": "integer",
"format": "int64"
},
"supported-reactions": {
"type": "array",
"items": {
"type": "string"
}
},
"predefined-backgrounds": {
"type": "array",
"items": {
"type": "string"
}
},
"can-upload-background": {
"type": "boolean"
},
"sip-enabled": {
"type": "boolean"
},
"sip-dialout-enabled": {
"type": "boolean"
},
"can-enable-sip": {
"type": "boolean"
}
}
},
"can-upload-background": {
"type": "boolean"
},
"sip-enabled": {
"type": "boolean"
},
"sip-dialout-enabled": {
"type": "boolean"
},
"can-enable-sip": {
"type": "boolean"
}
}
},
"chat": {
"type": "object",
"required": [
"max-length",
"read-privacy",
"typing-privacy"
],
"properties": {
"max-length": {
"type": "integer",
"format": "int64"
},
"read-privacy": {
"type": "integer",
"format": "int64"
"chat": {
"type": "object",
"required": [
"max-length",
"read-privacy",
"typing-privacy"
],
"properties": {
"max-length": {
"type": "integer",
"format": "int64"
},
"read-privacy": {
"type": "integer",
"format": "int64"
},
"has-translation-providers": {
"type": "boolean"
},
"typing-privacy": {
"type": "integer",
"format": "int64"
},
"translations": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"has-translation-providers": {
"type": "boolean"
"conversations": {
"type": "object",
"required": [
"can-create"
],
"properties": {
"can-create": {
"type": "boolean"
}
}
},
"typing-privacy": {
"type": "integer",
"format": "int64"
"previews": {
"type": "object",
"required": [
"max-gif-size"
],
"properties": {
"max-gif-size": {
"type": "integer",
"format": "int64"
}
}
},
"translations": {
"type": "array",
"items": {
"type": "string"
"signaling": {
"type": "object",
"required": [
"session-ping-limit"
],
"properties": {
"session-ping-limit": {
"type": "integer",
"format": "int64"
},
"hello-v2-token-key": {
"type": "string"
}
}
}
}
},
"conversations": {
"type": "object",
"required": [
"can-create"
],
"properties": {
"can-create": {
"type": "boolean"
}
}
},
"previews": {
"type": "object",
"required": [
"max-gif-size"
],
"properties": {
"max-gif-size": {
"type": "integer",
"format": "int64"
}
}
},
"signaling": {
"type": "object",
"required": [
"session-ping-limit"
],
"properties": {
"session-ping-limit": {
"type": "integer",
"format": "int64"
},
"hello-v2-token-key": {
"type": "string"
}
}
"version": {
"type": "string"
}
}
},
"version": {
"type": "string"
}
}
},
{
"type": "array",
"maxLength": 0
}
}
]
},
"ThemingPublicCapabilities": {
"type": "object",
Expand Down
Loading

0 comments on commit b1530a0

Please sign in to comment.