提交 0fbe9de0 编写于 作者: D durui

add destroy

Signed-off-by: Ndurui <durui15@huawei.com>
上级 52419bb7
......@@ -194,6 +194,8 @@ export default function AVSessionManager() {
expect(true).assertTrue()
}
}
await sleep(10000);
await currentAVSession.destroy();
done();
})
......@@ -319,6 +321,8 @@ export default function AVSessionManager() {
}
}
sleep(10000);
await currentAVSession.destroy();
done();
})
/* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册