Support setting a custom name for a stream output variant (#64)
* Display+set video stream output variant names * Merge in admin updates * Prettified Code! * Fix build * Prettified Code! Co-authored-by: gabek <gabek@users.noreply.github.com>
This commit is contained in:
@@ -59,6 +59,8 @@ export interface VideoVariant {
|
||||
|
||||
scaledWidth: number;
|
||||
scaledHeight: number;
|
||||
|
||||
name: string;
|
||||
}
|
||||
export interface VideoSettingsFields {
|
||||
latencyLevel: number;
|
||||
|
||||
Reference in New Issue
Block a user