提交 3f32cbba 编写于 作者: D durui

<AVSession后置方法优化>

Signed-off-by: Ndurui <durui15@huawei.com>
上级 d1e1934c
......@@ -90,7 +90,7 @@ export default function AVSessionManager() {
expect(true).assertTrue();
});
sleep(200);
currentAVSession = avSession.createAVSession(context,tag,"audio");
currentAVSession = await avSession.createAVSession(context,tag,"audio");
done();
})
......@@ -110,7 +110,7 @@ export default function AVSessionManager() {
expect(true).assertTrue();
});
sleep(200);
currentAVSession = avSession.createAVSession(context,tag,"audio");
currentAVSession = await avSession.createAVSession(context,tag,"audio");
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册