External webchat tool: new placeholder CHANNEL_ID in the webchat url.

This commit is contained in:
John Livingston
2021-08-04 17:38:26 +02:00
parent 523a5f35ab
commit e14007f2e9
6 changed files with 46 additions and 19 deletions

View File

@ -67,4 +67,13 @@ interface Video {
name: string
originInstanceUrl: string
uuid: string
channel: Channel
}
interface Channel {
id: number
name: string
displayName: string
url: string
host: string
}