feat: 收口视频访问与摄像头密钥输出
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user