@ikonai/sdk-react-ui 1.0.26 → 1.0.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,6 +58,16 @@ export interface UseIkonAppOptions {
58
58
  * Enable video playback. Default: true
59
59
  */
60
60
  video?: boolean;
61
+ /**
62
+ * Force WebSocket transport only. When true, only WebSocket endpoint types are used.
63
+ * When false, WebSocket types are excluded.
64
+ */
65
+ websocket?: boolean;
66
+ /**
67
+ * Force WebTransport transport only. When true, only WebTransport endpoint types are used.
68
+ * When false, WebTransport types are excluded.
69
+ */
70
+ webtransport?: boolean;
61
71
  }
62
72
  /**
63
73
  * Result returned by the useIkonApp hook.