@ikonai/sdk-react-ui 1.0.10 → 1.0.11

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.
@@ -68,7 +68,7 @@ export interface UseIkonAppOptions {
68
68
  onError?: (error: Error) => void;
69
69
  /**
70
70
  * Whether to update the URL with the session ID after joining.
71
- * Default: true
71
+ * Default: false
72
72
  */
73
73
  updateUrlOnJoin?: boolean;
74
74
  /**