feat: 修改默认数据对讲期望类型

This commit is contained in:
“DaisyWu” 2025-02-24 10:17:30 +08:00
parent d0e66e1694
commit 6a1c1c9c53

View File

@ -112,7 +112,7 @@ class StartChartManage {
//
TalkExpectReq _defaultTalkExpect = TalkExpectReq(
videoType: [VideoTypeE.H264],
videoType: [VideoTypeE.IMAGE],
audioType: [AudioTypeE.G711],
);
@ -1119,7 +1119,7 @@ class StartChartManage {
void reSetDefaultTalkExpect() {
_defaultTalkExpect = TalkExpectReq(
videoType: [VideoTypeE.H264],
videoType: [VideoTypeE.IMAGE],
audioType: [AudioTypeE.G711],
);
}