Skip to content

Commit 64b9308

Browse files
[APP-9296] Move dial logic into RobotClient class (#619)
1 parent b3e58de commit 64b9308

File tree

4 files changed

+271
-239
lines changed

4 files changed

+271
-239
lines changed

src/robot.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export { RobotClient } from './robot/client';
21
export {
3-
createRobotClient,
2+
RobotClient,
43
type DialConf,
54
type DialDirectConf,
65
type DialWebRTCConf,
7-
} from './robot/dial';
6+
} from './robot/client';
7+
export { createRobotClient } from './robot/dial';
88
export type { CloudMetadata, Robot } from './robot/robot';

0 commit comments

Comments
 (0)