@arcware/webrtc-plugin
Advanced tools
Comparing version 0.1.5 to 0.1.6
import WebRTCClient, { Snackbar } from "./entities/WebRTCClient"; | ||
import * as events from "./utils/event/Events"; | ||
import type { OrientationZoom, WebRTCClientProps, Autoplay } from "./types/WebRTC"; | ||
import { GetKeycloakInstance } from "@arcware-cloud/keycloak-plugin"; | ||
export { WebRTCClient, events, GetKeycloakInstance }; | ||
//import { GetKeycloakInstance } from "@arcware-cloud/keycloak-plugin"; | ||
export { WebRTCClient, events, /* GetKeycloakInstance */ }; | ||
export type { Snackbar, OrientationZoom, WebRTCClientProps, Autoplay }; | ||
export * from "./types/FrontendWebrtcCommunication"; |
{ | ||
"name": "@arcware/webrtc-plugin", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"module": "./index.js", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is too big to display
292377
39
1831