@realtimexsco/live-chat 1.5.5 → 1.5.6

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/dist/index.d.mts CHANGED
@@ -1924,7 +1924,7 @@ declare function useAdminFeatureGate(feature: AdminFeatureKey): CallFeatureGate;
1924
1924
  declare const CallOverlay: () => React__default.JSX.Element | null;
1925
1925
 
1926
1926
  interface IncomingCallDialogProps {
1927
- /** Looped while the dialog is open. Omit for silent ringing. */
1927
+ /** Looped while the dialog is open. Omit to use the built-in default ring tone. */
1928
1928
  ringtoneUrl?: string;
1929
1929
  }
1930
1930
  declare const IncomingCallDialog: ({ ringtoneUrl }: IncomingCallDialogProps) => React__default.JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -1924,7 +1924,7 @@ declare function useAdminFeatureGate(feature: AdminFeatureKey): CallFeatureGate;
1924
1924
  declare const CallOverlay: () => React__default.JSX.Element | null;
1925
1925
 
1926
1926
  interface IncomingCallDialogProps {
1927
- /** Looped while the dialog is open. Omit for silent ringing. */
1927
+ /** Looped while the dialog is open. Omit to use the built-in default ring tone. */
1928
1928
  ringtoneUrl?: string;
1929
1929
  }
1930
1930
  declare const IncomingCallDialog: ({ ringtoneUrl }: IncomingCallDialogProps) => React__default.JSX.Element | null;