mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Add transcript source kind
This commit is contained in:
@@ -285,6 +285,9 @@ export const $GetTranscript = {
|
||||
],
|
||||
title: "Room Name",
|
||||
},
|
||||
source_kind: {
|
||||
$ref: "#/components/schemas/SourceKind",
|
||||
},
|
||||
},
|
||||
type: "object",
|
||||
required: [
|
||||
@@ -305,6 +308,7 @@ export const $GetTranscript = {
|
||||
"meeting_id",
|
||||
"room_id",
|
||||
"room_name",
|
||||
"source_kind",
|
||||
],
|
||||
title: "GetTranscript",
|
||||
} as const;
|
||||
@@ -766,6 +770,12 @@ export const $RtcOffer = {
|
||||
title: "RtcOffer",
|
||||
} as const;
|
||||
|
||||
export const $SourceKind = {
|
||||
type: "string",
|
||||
enum: ["room", "live", "file"],
|
||||
title: "SourceKind",
|
||||
} as const;
|
||||
|
||||
export const $SpeakerAssignment = {
|
||||
properties: {
|
||||
speaker: {
|
||||
|
||||
Reference in New Issue
Block a user