kvmd-media: renamed kind to type

This commit is contained in:
Maxim Devaev
2025-01-05 14:43:20 +02:00
parent 43e6cd3e26
commit a12163a797
2 changed files with 6 additions and 6 deletions

View File

@@ -220,7 +220,7 @@ export function MediaStreamer(__setActive, __setInactive, __setInfo) {
__ws.send(JSON.stringify({
"event_type": "start",
"event": {"kind": "video", "format": "h264"},
"event": {"type": "video", "format": "h264"},
}));
};