feat: 修改默认数据对讲期望类型
This commit is contained in:
parent
d0e66e1694
commit
6a1c1c9c53
@ -112,7 +112,7 @@ class StartChartManage {
|
|||||||
|
|
||||||
// 默认通话的期望数据格式
|
// 默认通话的期望数据格式
|
||||||
TalkExpectReq _defaultTalkExpect = TalkExpectReq(
|
TalkExpectReq _defaultTalkExpect = TalkExpectReq(
|
||||||
videoType: [VideoTypeE.H264],
|
videoType: [VideoTypeE.IMAGE],
|
||||||
audioType: [AudioTypeE.G711],
|
audioType: [AudioTypeE.G711],
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -1119,7 +1119,7 @@ class StartChartManage {
|
|||||||
|
|
||||||
void reSetDefaultTalkExpect() {
|
void reSetDefaultTalkExpect() {
|
||||||
_defaultTalkExpect = TalkExpectReq(
|
_defaultTalkExpect = TalkExpectReq(
|
||||||
videoType: [VideoTypeE.H264],
|
videoType: [VideoTypeE.IMAGE],
|
||||||
audioType: [AudioTypeE.G711],
|
audioType: [AudioTypeE.G711],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user