feat: 收口视频访问与摄像头密钥输出

This commit is contained in:
weijuesen
2026-08-14 00:07:52 +08:00
parent 440cf803e4
commit 1a29def480
14 changed files with 494 additions and 78 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ export interface Camera {
webrtcUrl?: string;
snapshotUrl?: string;
username?: string;
/** 写回字段,接口不会返回 */
passwordEnc?: string;
position?: string;
resolution?: string;
@@ -22,6 +23,7 @@ export interface Camera {
gbDeviceId?: string;
gbChannelId?: string;
gbAuthId?: string;
/** 写回字段,接口不会返回 */
gbAuthPassword?: string;
gbStreamType?: string;
gbTransport?: string;
@@ -34,7 +36,6 @@ export interface Camera {
export interface WvpSipConfig {
sipId: string;
sipDomain: string;
sipPassword: string;
sipPort: number;
sipShowIp: string;
}