Room list: retrieving video metadata.

This commit is contained in:
John Livingston
2021-07-19 15:45:57 +02:00
parent e50cfa6a8b
commit 4a775b1df5
2 changed files with 41 additions and 4 deletions

View File

@ -64,6 +64,7 @@ interface RegisterOptions {
interface Video {
isLive: boolean
isLocal: boolean
name: string
originInstanceUrl: string
uuid: string
}