@naviedu/room-platform-react 0.0.20 → 0.0.22

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.
package/index.d.ts CHANGED
@@ -566,6 +566,7 @@ export declare type RoomPlatformRoomProps = {
566
566
  extensions?: RoomPlatformExtensions;
567
567
  launchToken: string;
568
568
  isPracticeMode?: boolean;
569
+ shadowDom?: boolean;
569
570
  sizing?: RoomPlatformSizing;
570
571
  onError?: (event: RoomPlatformErrorEvent) => void;
571
572
  onLifecycleEvent?: (event: RoomPlatformLifecycleEvent) => void;