fix:增加native解码插件支持720P对讲页面

This commit is contained in:
liyi 2025-04-30 17:55:57 +08:00
parent 203b625ddd
commit 47f5096a9c

View File

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