fix:调整为原有的864*480对讲视频

This commit is contained in:
liyi 2025-05-06 11:42:16 +08:00
parent 47f5096a9c
commit 7f7bb49d8c

View File

@ -13,7 +13,7 @@ class TalkConstant {
audioType: [AudioTypeE.G711],
);
static TalkExpectReq H264Expect = TalkExpectReq(
videoType: [VideoTypeE.H264_720P],
videoType: [VideoTypeE.H264],
audioType: [AudioTypeE.G711],
);
static TalkExpectReq H264_720P_Expect = TalkExpectReq(