We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RobotClient
1 parent b3e58de commit 64b9308Copy full SHA for 64b9308
src/robot.ts
@@ -1,8 +1,8 @@
1
-export { RobotClient } from './robot/client';
2
export {
3
- createRobotClient,
+ RobotClient,
4
type DialConf,
5
type DialDirectConf,
6
type DialWebRTCConf,
7
-} from './robot/dial';
+} from './robot/client';
+export { createRobotClient } from './robot/dial';
8
export type { CloudMetadata, Robot } from './robot/robot';
0 commit comments