mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
kvmd-media: renamed kind to type
This commit is contained in:
@@ -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"},
|
||||
}));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user