@100mslive/hms-video-store 0.12.9 → 0.12.10-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.
@@ -1,5 +1,5 @@
1
1
  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';
2
- import { HMSChangeMultiTrackStateParams, HMSGenericTypes, HMSMessageID, HMSPeerID, HMSPeerListIterator, HMSPeerListIteratorOptions, HMSRoleName, HMSTrackID, HMSTrackSource, IHMSPlaylistActions, IHMSSessionStoreActions } from './schema';
2
+ import { HMSChangeMultiTrackStateParams, HMSGenericTypes, HMSMessageID, HMSPeer, HMSPeerID, HMSPeerListIterator, HMSPeerListIteratorOptions, HMSRoleName, HMSTrackID, HMSTrackSource, IHMSPlaylistActions, IHMSSessionStoreActions } from './schema';
3
3
  import { HMSRoleChangeRequest } from './selectors';
4
4
  /**
5
5
  * The below interface defines our SDK API Surface for taking room related actions.
@@ -459,6 +459,7 @@ export interface IHMSActions<T extends HMSGenericTypes = {
459
459
  raiseRemotePeerHand(peerId: string): Promise<void>;
460
460
  lowerRemotePeerHand(peerId: string): Promise<void>;
461
461
  getPeerListIterator(options?: HMSPeerListIteratorOptions): HMSPeerListIterator;
462
+ getPeer(peerId: string): Promise<HMSPeer | undefined>;
462
463
  /**
463
464
  * Method to override the default settings for playlist tracks
464
465
  * @param {HMSPlaylistSettings} settings