@ikonai/sdk-react-ui 1.0.12 → 1.0.13

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.
@@ -66,11 +66,6 @@ export interface UseIkonAppOptions {
66
66
  * Callback when an error occurs.
67
67
  */
68
68
  onError?: (error: Error) => void;
69
- /**
70
- * Whether to update the URL with the session ID after joining.
71
- * Default: false
72
- */
73
- updateUrlOnJoin?: boolean;
74
69
  /**
75
70
  * Timeout configuration passed to IkonClient.
76
71
  * If not provided, SDK defaults are used.