Commit 7168d2fe authored by Linshizhi's avatar Linshizhi

fix error

parent e476a00e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
import { assert, waitCond, sleep } from './utils.js'; import { assert, waitCond, sleep } from './utils.js';
import { WWGroup } from './WWGroup.js'; import { WWGroup } from './WWGroup.js';
import { WW, WWInitError, WW_STATE } from './WW.js'; import { WW, WWInitError, WW_STATE } from './WW.js';
import { Channel, ChnlSetupConflictError, ChnlStepConflictError } from './channel.js'; import { Channel, ChnlStepConflictError } from './channel.js';
import { MESSAGE_TYPE, makeMsg, isDataMsg, makeInitMsg, typeOfMsg, PRIV_FLAGS } from './encGrooupMsg.js'; import { MESSAGE_TYPE, makeMsg, isDataMsg, makeInitMsg, typeOfMsg, PRIV_FLAGS } from './encGrooupMsg.js';
export class H264EncWWGroupInitError extends Error { export class H264EncWWGroupInitError extends Error {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment