@100mslive/hms-video-store 0.12.34 → 0.12.35-alpha.0

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.
@@ -2,7 +2,7 @@ import { HMSDiagnosticsInterface } from './diagnostics/interfaces';
2
2
  import { TranscriptionConfig } from './interfaces/transcription-config';
3
3
  import { FindPeerByNameRequestParams } from './signal/interfaces';
4
4
  import { HMSSessionFeedback } from './end-call-feedback';
5
- import { HLSConfig, HLSTimedMetadata, HMSAudioPlugin, HMSAudioTrackSettings, HMSConfig, HMSInteractivityCenter as IHMSInteractivityCenter, HMSLogLevel, HMSMediaStreamPlugin, HMSMidCallPreviewConfig, HMSPlaylistSettings, HMSPluginSupportResult, HMSPreferredSimulcastLayer, HMSPreviewConfig, HMSScreenShareConfig, HMSTrack, HMSVideoPlugin, HMSVideoTrackSettings, RTMPRecordingConfig, TokenRequest, TokenRequestOptions } from './internal';
5
+ import { HLSConfig, HLSTimedMetadata, HMSAudioPlugin, HMSAudioTrackSettings, HMSConfig, HMSInteractivityCenter as IHMSInteractivityCenter, HMSLogLevel, HMSMediaStreamPlugin, HMSMidCallPreviewConfig, HMSPlaylistSettings, HMSPluginSupportResult, HMSPreferredSimulcastLayer, HMSPreviewConfig, HMSScreenShareConfig, HMSTrack, HMSVideoPlugin, HMSVideoTrackSettings, RTMPRecordingConfig, StopHLSConfig, TokenRequest, TokenRequestOptions } from './internal';
6
6
  import { DebugInfo, HMSChangeMultiTrackStateParams, HMSGenericTypes, HMSMessageID, HMSPeer, HMSPeerID, HMSPeerListIterator, HMSPeerListIteratorOptions, HMSRoleName, HMSTrackID, HMSTrackSource, IHMSPlaylistActions, IHMSSessionStoreActions } from './schema';
7
7
  import { HMSRoleChangeRequest } from './selectors';
8
8
  import { HMSStats } from './webrtc-stats';
@@ -349,7 +349,7 @@ export interface IHMSActions<T extends HMSGenericTypes = {
349
349
  * @param params HLSConfig - HLSConfig object with the required fields
350
350
  * @returns Promise<void> - resolves when the HLS streaming is stopped
351
351
  */
352
- stopHLSStreaming(params?: HLSConfig): Promise<void>;
352
+ stopHLSStreaming(params?: StopHLSConfig): Promise<void>;
353
353
  /**
354
354
  * If you want to start transcriptions(Closed Caption).
355
355
  * @param params.mode This is the mode which represent the type of transcription. Currently we have Caption mode only