@srimandir/daily-live-puja 1.53.1 → 1.55.1

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.
@@ -92,8 +92,6 @@ interface VideoPageProps {
92
92
  action: "Autoplay" | "Play" | "Pause";
93
93
  dlpStatus?: "Live" | "Playback";
94
94
  }) => void;
95
- /** Redirect user to YouTube watch page after login when stream is live. */
96
- redirectToYoutubeOnLiveAfterLogin?: boolean;
97
95
  /** Called when user interacts with the embedded chat input area. */
98
96
  onChatInputInteraction?: (params: {
99
97
  inputValue?: string;